saadtajwar opened a new pull request, #24832: URL: https://github.com/apache/datafusion/pull/24832
## Which issue does this PR close? - Closes #24812 ## Rationale for this change This config is only used for symmetric hash join, and outputting incrementally seems to be always better (the behavior when enforce_batch_size_in_joins set to true), so we can remove the config and default to this behavior ## What changes are included in this PR? - Making SHJ always output incrementally - Deprecation notices for the config & related methods ## What is the testing strategy for this PR? Ran existing tests & updates tests that asserted the path with the config disabled ## Are there any user-facing changes? Yes - config and upgrade guide updated to reflect -- 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]
