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 2020/11/09 16:02:25 UTC

[arrow] branch master updated (a9988ee -> eccdd48)

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 a9988ee  ARROW-10346: [Python] Ensure tests aren't affected by user-supplied AWS config
     add eccdd48  ARROW-10325: [C++][Compute] Refine aggregate kernel registration

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   | 33 +++++++++++-----------
 .../compute/kernels/aggregate_basic_internal.h     | 14 ---------
 cpp/src/arrow/compute/kernels/aggregate_internal.h | 10 +++++++
 cpp/src/arrow/compute/kernels/aggregate_mode.cc    | 18 ++++++++----
 cpp/src/arrow/compute/kernels/aggregate_var_std.cc | 23 ++++++++++-----
 cpp/src/arrow/compute/registry.cc                  |  2 ++
 cpp/src/arrow/compute/registry_internal.h          |  2 ++
 7 files changed, 59 insertions(+), 43 deletions(-)