Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/21941#discussion_r206763732
--- 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")
+ .doc("When set to true and order of evaluation is not specified by
parentheses, " +
+ "INTERSECT operations are performed before any UNION or EXCEPT
operations. " +
--- End diff --
also include MINUS
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]