icexelloss commented on code in PR #36253:
URL: https://github.com/apache/arrow/pull/36253#discussion_r1238893501
##########
cpp/src/arrow/compute/row/grouper.h:
##########
@@ -149,8 +149,7 @@ class ARROW_EXPORT Grouper {
/// []
/// ]
static Result<std::shared_ptr<ListArray>> MakeGroupings(
- const UInt32Array& ids, uint32_t num_groups,
- ExecContext* ctx = default_exec_context());
+ const UInt32Array& ids, uint32_t, ExecContext* ctx =
default_exec_context());
Review Comment:
Revert this change - accidental
--
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]