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

[arrow] branch master updated (f9392a6 -> 178c7dd)

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

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


    from f9392a6  ARROW-11880: [R] Handle empty or NULL transmute() args properly
     add 178c7dd  ARROW-11758: [C++][Compute] Improve summation kernel percision

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   |  30 +--
 .../arrow/compute/kernels/aggregate_basic_avx2.cc  |  30 +--
 .../compute/kernels/aggregate_basic_avx512.cc      |  30 +--
 .../compute/kernels/aggregate_basic_internal.h     | 222 ++-------------------
 cpp/src/arrow/compute/kernels/aggregate_internal.h | 104 ++++++++++
 cpp/src/arrow/compute/kernels/aggregate_test.cc    |  23 +++
 cpp/src/arrow/compute/kernels/aggregate_var_std.cc | 102 +---------
 cpp/src/arrow/util/bit_run_reader.h                |  71 +++----
 8 files changed, 193 insertions(+), 419 deletions(-)