You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/02/17 13:16:54 UTC

[arrow] branch master updated (ed25c61 -> 74f5122)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from ed25c61  ARROW-14153: [C++][Dataset] Add support for batch_size in the ORC Scanner
     add 74f5122  ARROW-13993: [C++] [Compute] Add hash_one aggregate function

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    | 323 +++++++++++++++++++++
 .../arrow/compute/kernels/hash_aggregate_test.cc   | 287 ++++++++++++++++++
 cpp/src/arrow/testing/matchers.h                   |  59 ++++
 3 files changed, 669 insertions(+)