alamb commented on code in PR #19342: URL: https://github.com/apache/datafusion/pull/19342#discussion_r2637066839
########## datafusion/physical-plan/src/async_func.rs: ########## Review Comment: I think you could move the batch coalescer into this logic directly which would 1. Make this PR smaller 2. Be more efficient (we wouldn't end up with the overhead of another stream at runtime) -- 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]
