dongjoon-hyun commented on code in PR #55633:
URL: https://github.com/apache/spark/pull/55633#discussion_r3170278526
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -6594,7 +6594,7 @@ object SQLConf {
.createWithDefault(true)
val MERGE_SUBPLANS_SYMMETRIC_FILTER_PROPAGATION_ENABLED =
-
buildConf("spark.sql.optimizer.mergeSubplans.symmetricFilterPropagation.enabled")
+
buildConf("spark.sql.optimizer.mergeSubplans.filterPropagation.symmetricFilterPropagation.enabled")
Review Comment:
Since we have the namespace prefix,
`spark.sql.optimizer.mergeSubplans.filterPropagation`, already, we may want to
change `symmetricFilterPropagation` part more specifically. Please let me know
if you want to propose a better name than `symmetricFilterPropagation`,
@peter-toth .
--
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]