aditanase commented on issue #16106: URL: https://github.com/apache/datafusion/issues/16106#issuecomment-2915167215
Thanks for the feedback @alamb - both suggestions make a lot of sense. It does not appear that we can control join ordering through a config. I will send a PR with this. Based on a quick code research, I think the best approach is to simply return false from `should_swap_join_order`: https://github.com/apache/datafusion/blob/main/datafusion/physical-optimizer/src/join_selection.rs#L58-L85 PS: great article, already read it! 💯 -- 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