dongjoon-hyun commented on code in PR #55633:
URL: https://github.com/apache/spark/pull/55633#discussion_r3170298712


##########
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:
   Got it. Thank you for the confirmation.



-- 
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]

Reply via email to