xudong963 commented on code in PR #15954: URL: https://github.com/apache/datafusion/pull/15954#discussion_r2081997257
########## datafusion/physical-plan/src/aggregates/mod.rs: ########## @@ -3041,4 +3048,96 @@ mod tests { run_test_with_spill_pool_if_necessary(20_000, false).await?; Ok(()) } + + #[tokio::test] + async fn test_statistic() -> Result<()> { Review Comment: I also suggest moving the test into one place like other plans: https://github.com/apache/datafusion/blob/main/datafusion/core/tests/physical_optimizer/partition_statistics.rs -- 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