[
https://issues.apache.org/jira/browse/IMPALA-14851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Quanlong Huang resolved IMPALA-14851.
-------------------------------------
Fix Version/s: Impala 5.0.0
Resolution: Fixed
> Codegen tuple copy for Grouping Aggregator
> ------------------------------------------
>
> Key: IMPALA-14851
> URL: https://issues.apache.org/jira/browse/IMPALA-14851
> Project: IMPALA
> Issue Type: Sub-task
> Components: Backend
> Reporter: Balazs Hevele
> Assignee: Balazs Hevele
> Priority: Major
> Labels: codegen, performance
> Fix For: Impala 5.0.0
>
>
> Add codegen for tuple deepcopy in GroupingAggregator.
> There are two places where it uses tuple copy:
> 1. When spilling, it uses a BufferedTupleStream
> 2. When encountering a new group, see GroupingAggregator::CopyGroupingValues
> If possible, use common deepcopy functions with other systems (e.g.
> Tuple::TryDeepCopy*).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)