palantir / spark

Palantir Distribution of Apache Spark
Apache License 2.0
67 stars 51 forks source link

Support for SQL dialects, in particular ANSI SQL #66

Closed ash211 closed 7 years ago

ash211 commented 7 years ago

Goal: ensure that Spark SQL can operate in a strict ANSI SQL mode.

SQL dialects appear in two places:

For the Spark SQL dialect support, there's some historical context to be aware of:

I just filed SPARK-18499 as a subtask of the SPARK-18127 umbrella task and registered my interest in it on the ticket.

ash211 commented 7 years ago

We decided to implement this outside of Spark.