voltrondata / spark-substrait-gateway

Implements a gateway that speaks the SparkConnect protocol and drives a backend using Substrait (over ADBC Flight SQL).
Apache License 2.0
16 stars 9 forks source link

feat: switch to using class scoped fixtures #41

Closed EpsilonPrime closed 4 months ago

EpsilonPrime commented 5 months ago

This improves test performance and better mimics production by modeling a long running service.