Dandandan commented on PR #18604: URL: https://github.com/apache/datafusion/pull/18604#issuecomment-3517985124
Hm interesting. I realize now `push_batch_with_filter` doesn't do any optimizations, so it makes sense it doesn't do much better than `CoalesceBatches` yet. But there is some more potential, and we can remove the `CoalesceBatches` from the plan afterwards! -- 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]
