cloud-fan commented on code in PR #39722:
URL: https://github.com/apache/spark/pull/39722#discussion_r1100955001
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -240,6 +240,15 @@ object SQLConf {
.intConf
.createWithDefault(100)
+ val MULTI_COMMUTATIVE_OP_OPT_THRESHOLD =
+
buildConf("spark.sql.analyzer.canonicalization.multiCommutativeOpMemoryOptThreshold")
+ .internal()
+ .doc("The minimum number of consecutive non-commutative operands to" +
Review Comment:
non-commutative?
--
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]