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: convert virtual tables to named tables for DuckDB #50

Closed EpsilonPrime closed 1 month ago

EpsilonPrime commented 1 month ago

This handles issue #48.

EpsilonPrime commented 1 month ago

Thanks for the review!