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: support createDataFrame options on virtual tables #74

Closed EpsilonPrime closed 4 weeks ago

EpsilonPrime commented 1 month ago

Additionally this PR updates the table replacement behavior for DuckDB.

This addresses #59.