adriangb commented on code in PR #19477:
URL: https://github.com/apache/datafusion/pull/19477#discussion_r2799298661


##########
datafusion/common/src/config.rs:
##########
@@ -928,7 +928,7 @@ config_namespace! {
 
         /// When set to true, the optimizer will attempt to push down Join 
dynamic filters
         /// into the file scan phase.
-        pub enable_join_dynamic_filter_pushdown: bool, default = true
+        pub enable_join_dynamic_filter_pushdown: bool, default = false

Review Comment:
   I say ship it! We can work on re-enabling this later 😄 



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