icexelloss commented on code in PR #34912:
URL: https://github.com/apache/arrow/pull/34912#discussion_r1179159495


##########
cpp/src/arrow/acero/aggregate_node.cc:
##########
@@ -716,6 +733,15 @@ class GroupByNode : public ExecNode, public TracedNode {
     ARROW_ASSIGN_OR_RAISE(auto args, MakeAggregateNodeArgs(input_schema, keys,
                                                            segment_keys, aggs, 
exec_ctx));
 
+    if (concurreny > 1) {

Review Comment:
   Moved to MakeAggregateNodeArgs (there are actually two MakeAggregateNodeArgs 
methods, one for scalar and one for hash)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to