2010YOUY01 opened a new issue, #24812: URL: https://github.com/apache/datafusion/issues/24812
### Is your feature request related to a problem or challenge? Background: - https://github.com/apache/datafusion/pull/12969 No this config is not used in most other operators, and SHJ is the only place using it. Outputting incrementally seems to be always better (the behavior when `enforce_batch_size_in_joins` set to true), so we can only keep this behavior and deprecate the config. ### Describe the solution you'd like 1. Change SHJ implementation to always output incrementally 2. Deprecate the `enforce_batch_size_in_joins` config (https://datafusion.apache.org/contributor-guide/api-health.html#deprecation-guidelines) ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
