Dandandan opened a new issue, #19876: URL: https://github.com/apache/datafusion/issues/19876
### Is your feature request related to a problem or challenge? Currently, the `BatchCoalescer::push_batch` is used for writing batches to a target batch size. In of https://github.com/apache/arrow-rs/pull/8951 we're writing a faster kernel for filtering that avoids creating small batches / copying the data once more. ### Describe the solution you'd like Use the API in filter / LimitedBatchCoalescer ### Describe alternatives you've considered _No response_ ### Additional context https://github.com/apache/datafusion/pull/19851/changes/6e1c4075de73c7f9407aab52349978659b1348ad has a PoC version -- 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]
