peter-toth commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql URL: https://github.com/apache/spark/pull/24860#issuecomment-510206602 > `WITH` is already a reserved keyword in ANSI mode in Spark like the following. I think we don't need to do anything here. > > * https://github.com/apache/spark/blame/master/docs/sql-keywords.md#L291 Does that mean that we should turn on `spark.sql.parser.ansi.enabled=true` in with.sql?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
