alamb commented on code in PR #15531: URL: https://github.com/apache/datafusion/pull/15531#discussion_r2025522186
########## datafusion/physical-plan/src/aggregates/mod.rs: ########## @@ -3018,4 +3019,112 @@ mod tests { run_test_with_spill_pool_if_necessary(20_000, false).await?; Ok(()) } + + // Fix for https://github.com/apache/datafusion/issues/15530 + #[tokio::test] + async fn test_single_mode_aggregate_with_spill() -> Result<()> { Review Comment: Since this is a fuzz test, maybe we can put it with the rest of the fuzz code: https://github.com/apache/datafusion/blob/main/datafusion/core/tests/fuzz_cases/aggregate_fuzz.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