PetarVasiljevic-DB commented on code in PR #50921:
URL: https://github.com/apache/spark/pull/50921#discussion_r2192691005


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1698,6 +1698,14 @@ object SQLConf {
       .booleanConf
       .createWithDefault(!Utils.isTesting)
 
+  val DATA_SOURCE_V2_JOIN_PUSHDOWN =
+    buildConf("spark.sql.optimizer.datasourceV2JoinPushdown")

Review Comment:
   But I would need 2 dialects, one with disabled and one with enabled join 
pushdown, which I find overkill. I prefer SQL conf, but I can go with 2 
dialects if you want that @beliefer 
   
   
   @urosstan-db , yes, I think we should be fine with enabling it as well



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