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

fix: replace backticks with quotes in sql #66

Closed richtia closed 1 month ago

richtia commented 1 month ago

spark sql uses backticks instead of quotes in alias names with spaces.

This needs to be replaced when using duckdb to convert from sql to substrait