You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/07/14 15:56:44 UTC

[arrow] branch master updated (6db88a9 -> 1c002fc)

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

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


    from 6db88a9  ARROW-9430: [C++] Implement replace_with_mask kernel
     add 1c002fc  ARROW-12499: [C++][Compute] Add ScalarAggregateOptions to Any and All kernels

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_aggregate.cc           |  10 +-
 cpp/src/arrow/compute/api_aggregate.h            |  22 +++-
 cpp/src/arrow/compute/kernels/aggregate_basic.cc |  64 +++++++---
 cpp/src/arrow/compute/kernels/aggregate_test.cc  | 143 ++++++++++++++++-------
 docs/source/cpp/compute.rst                      |  23 ++--
 python/pyarrow/tests/test_compute.py             |  10 ++
 r/R/compute.R                                    |  23 +---
 r/src/compute.cpp                                |   2 +-
 r/tests/testthat/test-compute-aggregate.R        |   4 +
 9 files changed, 203 insertions(+), 98 deletions(-)