buraksenn opened a new pull request, #23947:
URL: https://github.com/apache/datafusion/pull/23947
## Which issue does this PR close?
- Not closes but part of #13431
## Rationale for this change
`GroupedHashAggregateStream` supports spilling for partially sorted group
input, but existing aggregate spill tests only cover unordered
(`GroupOrdering::None`) input. The `GroupOrdering::Partial` +
`OutOfMemoryMode::Spill` path, including spilling sorted intermediate state and
merging it back, does not have direct coverage.
## What changes are included in this PR?
added test coverage for the case above
## Are these changes tested?
test only change and it can be tested via:
```
cargo test -p datafusion-physical-plan
partially_sorted_single_aggregate_spills_and_matches
```
## Are there any user-facing changes?
no test only change
--
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]