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

fix: replace backticks with quotes in sql #66

Closed richtia closed 3 months ago

richtia commented 3 months 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