You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/11/09 17:51:01 UTC

[arrow] branch master updated (25b859d -> 8b440d1)

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

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


    from 25b859d  ARROW-14558 [R] clarify OOP system wording in the Arrow vignette
     add 8b440d1  ARROW-13988: [C++] Support base binary types in hash_min_max

No new revisions were added by this update.

Summary of changes:
 .../arrow/compute/kernels/aggregate_benchmark.cc   |  35 ++++
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    | 225 ++++++++++++++++++++-
 .../arrow/compute/kernels/hash_aggregate_test.cc   | 107 ++++++++++
 docs/source/cpp/compute.rst                        |   2 +-
 4 files changed, 362 insertions(+), 7 deletions(-)