alamb opened a new pull request, #20340: URL: https://github.com/apache/datafusion/pull/20340
## Which issue does this PR close? - Follow on to https://github.com/apache/datafusion/pull/19893 ## Rationale for this change @2010YOUY01 noted in https://github.com/apache/datafusion/pull/19893/changes#r2787434025 that the change to `HashJoinExec::with_projection` resulting in non obviously resetting the plan state (like dynamic filters). This could potentially lead to bugs in the future so let's be explicit ## What changes are included in this PR? Remove use of HashJoinExecBuilder ## Are these changes tested? Yes, by existing CI ## 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
