lonless9 commented on PR #24456: URL: https://github.com/apache/datafusion/pull/24456#issuecomment-5410560448
Hello folks, it's great to see the community getting involved in work related to join order. We at LakeSail have implemented a round-trip join reorder optimizer based on the DPHyp algorithm. https://github.com/lakehq/sail/tree/v0.7.1/crates/sail-physical-optimizer/src/join_reorder As @alamb mentioned, it would be fantastic if the upstream could expose the full set of relevant traits and abstractions. We are happy to participate in discussions and get involved from a downstream perspective. -- 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]
