Github user dilipbiswal commented on a diff in the pull request:
https://github.com/apache/spark/pull/20433#discussion_r222552685
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -335,6 +335,12 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val ANSI_SQL_PARSER =
--- End diff --
@maropu ok.. cool. I am now wondering about a config i created
`spark.sql.legacy.setopsPrecedence.enabled` a while back . Should the set
operation precedence be also controlled by this new config ? cc @gatorsmile for
his input.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]