Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 3.1.0
-
None
-
None
-
ghx-label-6
Description
A recent change, IMPALA-110 (part 2), refactored PartitionedAggregationNode into several classes, including GroupingAggregator. During this refactor, code that makes local allocations while evaluating exprs was moved from the ExecNode (now AggregationNode/StreamingAggregationNode) into the new type Aggregator, but code related to cleaning these allocations up (ie QueryMaintenance()) was not, resulting in some queries using an excessive amount of memory.
Attachments
Issue Links
- is caused by
-
IMPALA-110 Add support for multiple distinct operators in the same query block
- Resolved