2010YOUY01 commented on code in PR #24811:
URL: https://github.com/apache/datafusion/pull/24811#discussion_r3965678291


##########
datafusion/common/src/config.rs:
##########
@@ -1116,6 +1116,7 @@ config_namespace! {
         /// DataFusion will not enforce batch size in joins. Enforcing batch 
size
         /// in joins can reduce memory usage when joining large
         /// tables with a highly-selective join filter, but is also slightly 
slower.
+        /// Note: this option currently only applies to the symmetric hash 
join.

Review Comment:
   Good catch, I think we can fix other config options similarly, filed
   - https://github.com/apache/datafusion/issues/25101



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