dongjoon-hyun commented on code in PR #55628:
URL: https://github.com/apache/spark/pull/55628#discussion_r3170405765
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -6608,6 +6608,21 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val MERGE_SUBPLANS_FILTER_PROPAGATION_THROUGH_JOIN_ENABLED =
+ buildConf(
+
"spark.sql.optimizer.mergeSubplans.filterPropagation.filterPropagationThroughJoin.enabled")
Review Comment:
Shall we rename `filterPropagationThroughJoin` -> `throughJoin` because (2)
is shorter and better in general.
1.
spark.sql.optimizer.mergeSubplans.filterPropagation.filterPropagationThroughJoin.enabled
2. spark.sql.optimizer.mergeSubplans.filterPropagation.throughJoin.enabled
--
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]