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/04/15 15:24:58 UTC

[arrow] branch master updated (2da0a37 -> 22bebf8)

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 2da0a37  ARROW-9731: [C++][Python][R][Dataset] Implement Scanner::Head
     add 22bebf8  ARROW-11568: [C++][Compute] Rewrite mode kernel

No new revisions were added by this update.

Summary of changes:
 .../arrow/compute/kernels/aggregate_benchmark.cc   |  40 +-
 cpp/src/arrow/compute/kernels/aggregate_mode.cc    | 560 ++++++++++-----------
 .../arrow/compute/kernels/aggregate_quantile.cc    |  67 +--
 cpp/src/arrow/compute/kernels/aggregate_test.cc    |   2 +-
 cpp/src/arrow/compute/kernels/util_internal.h      |  90 ++++
 cpp/src/arrow/compute/kernels/vector_sort.cc       |  13 +-
 cpp/src/arrow/util/bit_run_reader.h                |  16 +-
 7 files changed, 402 insertions(+), 386 deletions(-)