metesynnada opened a new pull request, #7059: URL: https://github.com/apache/arrow-datafusion/pull/7059
# Which issue does this PR close? Closes #. # Rationale for this change The current `JoinSelection` rule checks the `HashJoinExec` executors to ensure that the build side contains more rows. At the same time, the `PipelineFixer` checks for unboundedness in the children of the `HashJoinExec`, so it is also a join selection rule in essence. This PR unifies these elements to end up with a single join selection rule, providing a better strategy for memory usage limitation. # What changes are included in this PR? There is no new function or methodology. Just a code replacement. # Are these changes tested? With existing tests. # Are there any user-facing changes? No. -- 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]
