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
15 stars 8 forks source link

feat: Move TPC-H queries into their own directory #72

Closed EpsilonPrime closed 1 month ago

richtia commented 1 month ago

the tpc-ds queries are under tests/quereis/tpc/ds currently. should we move those to data/tpc-ds to stick with this directory structure? or move this to tests/quereis/tpc/h? i'm okay with either. Just want to be consistent.

EpsilonPrime commented 1 month ago

the tpc-ds queries are under tests/quereis/tpc/ds currently. should we move those to data/tpc-ds to stick with this directory structure? or move this to tests/quereis/tpc/h? i'm okay with either. Just want to be consistent.

I was planning on moving the TPC-DS queries in a separate PR. Right now all the other test query/data are in data directories.