Michael Smith has posted comments on this change. ( http://gerrit.cloudera.org:8080/23732 )
Change subject: IMPALA-14594: Scale grouping aggregator's input cardinality by the number of backends ...................................................................... Patch Set 2: Code-Review+1 (1 comment) http://gerrit.cloudera.org:8080/#/c/23732/2/be/src/exec/aggregation-node-base.h File be/src/exec/aggregation-node-base.h: http://gerrit.cloudera.org:8080/#/c/23732/2/be/src/exec/aggregation-node-base.h@84 PS2, Line 84: int32_t num_backends_; Every ExecNode has a link to the PlanNode, so unless this differs you could just call back to plan_node_.num_backends_. -- To view, visit http://gerrit.cloudera.org:8080/23732 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Iaf66709f12ea9b7328ca4e4c5cd45a05c9dc3032 Gerrit-Change-Number: 23732 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Comment-Date: Thu, 11 Jun 2026 19:00:20 +0000 Gerrit-HasComments: Yes
