-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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. This PR also restrict the case that we trigger spill for output memory reservation by checking if table is null or empty
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters