crystalxyz commented on PR #18247: URL: https://github.com/apache/datafusion/pull/18247#issuecomment-3438855778
> I may be wrong here, but I believe hash join exec creates any dynamic filters any swapping, so the right side will always be the probe side. @jonathanc-n Yeah thanks for pointing that out. I found that I didn't update the `probe_side()` function. I will try to refactor it, although the assumption (that the right side is always the probe side) is deeply embedded in the code. -- 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]
