betodealmeida commented on issue #35270: URL: https://github.com/apache/superset/issues/35270#issuecomment-3348756606
Found this in the Calcite docs: [MYSQL](https://calcite.apache.org/javadocAggregate/org/apache/calcite/config/Lex.html#MYSQL) Lexical policy similar to MySQL. [MYSQL_ANSI](https://calcite.apache.org/javadocAggregate/org/apache/calcite/config/Lex.html#MYSQL_ANSI) Lexical policy similar to MySQL with ANSI_QUOTES option enabled. So it looks like the only difference is the use of `ANSI_QUOTES`. I'll create a new dialect for `sqlglot` for Pinot, deriving the MySQL one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
