-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
v8.0
When the spilled ranges are merged to keep the memory consumption below the limit, the spilled ranges statistic is reset. Since spilledRanges are meant to count how many ranges we have written to disk, reseting them at this point is not correct and this code should be removed.