zanmato1984 commented on code in PR #44236:
URL: https://github.com/apache/arrow/pull/44236#discussion_r1776711464


##########
cpp/src/arrow/compute/row/grouper.cc:
##########
@@ -448,17 +431,6 @@ struct AnyKeysSegmenter : public BaseRowSegmenter {
   group_id_t save_group_id_;
 };
 
-Status CheckAndCapLengthForConsume(int64_t batch_length, int64_t& 
consume_offset,

Review Comment:
   Moved down into the next anonymous namespace enclosing `Grouper` because 
this function is for `Grouper` to use.



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