icexelloss commented on code in PR #34311: URL: https://github.com/apache/arrow/pull/34311#discussion_r1125574656
########## cpp/src/arrow/compute/exec/aggregate_node.cc: ########## @@ -697,13 +909,18 @@ class GroupByNode : public ExecNode, public TracedNode { } int output_task_group_id_; + std::unique_ptr<GroupingSegmenter> segmenter_; Review Comment: Can you point me to where the documentation is? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org