adriangb commented on PR #16732: URL: https://github.com/apache/datafusion/pull/16732#issuecomment-3058224108
> Note that I added a HashJoinExec implementation to motivate this PR but remove it in [5940cca](https://github.com/apache/datafusion/pull/16732/commits/5940cca7c8ca9620781664425fb45d66aeedd726) because it lacks nuance necessary for a final complete correct implementation (it doesn't take into account the join type, etc.). I spoke with @alamb and we agreed that we'd start with only inner joins (which are always safe) and if we ever want to support anything fancier we'll deal with the complexity then -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org