Dandandan commented on issue #16710: URL: https://github.com/apache/datafusion/issues/16710#issuecomment-3073881761
Thanks @nuno-faria that's a great insight (for TPC-H / very nested joins we probably should implement a smarter join order algorithm). For h2o joins however, it seems it is only doing a single join (https://github.com/apache/datafusion/blob/main/benchmarks/queries/h2o/join.sql) so I would expect the order to be correct there? -- 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]
