Commit 2e3626e
authored
minor(test): cover partially ordered aggregate spilling (#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 --test sqllogictests -- ordered_aggregate_spill
```
## Are there any user-facing changes?
no test only change1 parent 2f25454 commit 2e3626e
1 file changed
Lines changed: 52 additions & 0 deletions
Lines changed: 52 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
179 | 231 | | |
180 | 232 | | |
181 | 233 | | |
| |||
0 commit comments