Dandandan commented on code in PR #15642: URL: https://github.com/apache/datafusion/pull/15642#discussion_r2033871133
########## datafusion/functions-aggregate/src/count.rs: ########## @@ -18,6 +18,7 @@ use ahash::RandomState; use datafusion_common::stats::Precision; use datafusion_expr::expr::WindowFunction; +use datafusion_expr::groups_accumulator::BLOCK_SIZE; Review Comment: Could be based on batch size as well. -- 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