Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/21941#discussion_r207018914 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -1451,6 +1451,15 @@ object SQLConf { .intConf .checkValues((1 to 9).toSet + Deflater.DEFAULT_COMPRESSION) .createWithDefault(Deflater.DEFAULT_COMPRESSION) + + val SETOPS_PRECEDENCE_ENFORCED = + buildConf("spark.sql.setops.precedence.enforced") --- End diff -- spark.sql.legacy.setopsPrecedence.enabled
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org