westonpace commented on code in PR #14867:
URL: https://github.com/apache/arrow/pull/14867#discussion_r1043947453


##########
cpp/src/arrow/compute/kernels/hash_aggregate_test.cc:
##########
@@ -185,7 +184,8 @@ Result<Datum> GroupByUsingExecPlan(const BatchesWithSchema& 
input,
 Result<Datum> GroupByUsingExecPlan(const std::vector<Datum>& arguments,

Review Comment:
   I'm a little hesitant to use `GroupBy` since that would mean the `GroupBy` 
function calls the `GroupBy` function which is a little confusing.  I changed 
it to `RunGroupBy`.



-- 
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