You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "icexelloss (via GitHub)" <gi...@apache.org> on 2023/06/22 18:30:18 UTC

[GitHub] [arrow] icexelloss commented on a diff in pull request #36253: GH-36252: [Python] Compute hash aggregate udf

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org