andygrove commented on PR #5003: URL: https://github.com/apache/datafusion-comet/pull/5003#issuecomment-5059888881
> Doesn't `BatchCoalescer` already have an optimization for this? Are we just not using it? See `biggest_coalesce_batch_size`. Elsewhere in DataFusion we usually initialize it to `target_batch_size` / 2. Thanks, updated to use that config. Much simpler. -- 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]
