comphead commented on issue #14238: URL: https://github.com/apache/datafusion/issues/14238#issuecomment-2626102317
Thanks @korowa for running the benchmarks. 🚀 Speaking to `Coalescer` It is probably worth to think if we want to have a unified approach, like calling the coalescer on top of the join result stream. If I understand your message correctly there won't be performance drawbacks. The benefit of it is to reduce join complexity and separate out the coalesce step(which implemented in every type of join in its own way). -- 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