You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use partial aggregation schema for spilling to avoid column mismatch in GroupedHashAggregateStream (apache#13995)
* Refactor spill handling in GroupedHashAggregateStream to use partial aggregate schema
* Implement aggregate functions with spill handling in tests
* Add tests for aggregate functions with and without spill handling
* Move test related imports into mod test
* Rename spill pool test functions for clarity and consistency
* Refactor aggregate function imports to use fully qualified paths
* Remove outdated comments regarding input batch schema for spilling in GroupedHashAggregateStream
* Update aggregate test to use AVG instead of MAX
* assert spill count
* Refactor partial aggregate schema creation to use create_schema function
* Refactor partial aggregation schema creation and remove redundant function
* Remove unused import of Schema from arrow::datatypes in row_hash.rs
* move spill pool testing for aggregate functions to physical-plan/src/aggregates
* Use Arc::clone for schema references in aggregate functions
(cherry picked from commit 81b50c4)
0 commit comments