Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
Impala 4.4.0
-
None
-
None
-
ghx-label-9
Description
AggregationNode.computeAggClassResourceProfile() call setSpillableBufferBytes and setMaxRowBufferBytes. However, ResourceProfile for each aggregation class are merged using ResourceProfile.sum() which waive setting both fields.
It should use ResourceProfile.combine() that will pick max
SpillableBufferBytes and max MaxRowBufferBytes.