Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky spill stats check in aggregation test
The flaky is due to spill check condition is fragile which is based on whether we have received more than one input at partial aggregation. We shall change to final aggregation and given we have four drivers so it is not guarantee one aggregation has received more than one input row. Since we have recorded the spill injection count, then we just rely on this to check spill stats.
- Loading branch information