rluvaton opened a new pull request, #25075: URL: https://github.com/apache/datafusion/pull/25075
## Which issue does this PR close? N/A ## Rationale for this change While adding fuzz tests for aggregate streams I encounter OOMs that partial reduce takes up all the memory and leave nothing to partial Same as: https://github.com/apache/datafusion/blob/a5c809f98dedcf4b22f5d317ea8efe0720834925/datafusion/physical-plan/src/aggregates/grouped_hash_stream.rs#L544-L546 ## What changes are included in this PR? mark reduce hash aggregate stream as spillable ## What is the testing strategy for this PR? This was found as part of: - #24881 ## Are there any user-facing changes? No -- 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]
