-
Type:
Engineering Test
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Storage Execution 2025-08-18
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We should probably be using spilledRanges instead of bytesSpilledUncompressed for numSpills.
(In the test, we divide numSpills by bytesSpilledUncompressed to get the memory usage per spill. But numSpills is set to bytesSpilledUncompressed so we are always getting mem usage per spill as 1.)