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/08/23 17:29:38 UTC

[arrow] branch master updated (30b163a -> b93f38a)

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 30b163a  MINOR: [C++] Avoid C++11 narrowing error in Clang on MinGW32
     add b93f38a  ARROW-13627: [C++] Fully support ScalarAggregateOptions in (hash) any/all/sum/product/mean

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_aggregate.h              |   5 +-
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   |  31 +-
 .../compute/kernels/aggregate_basic_internal.h     |  16 +-
 cpp/src/arrow/compute/kernels/aggregate_test.cc    | 299 +++++++-----
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    | 537 +++++++++++----------
 .../arrow/compute/kernels/hash_aggregate_test.cc   |  96 +++-
 python/pyarrow/tests/test_compute.py               |  14 +-
 r/R/arrowExports.R                                 |   8 +-
 r/R/compute.R                                      |   6 -
 r/R/dplyr-functions.R                              |  14 +-
 r/src/arrowExports.cpp                             |  18 -
 r/src/compute.cpp                                  |  27 +-
 r/tests/testthat/test-dplyr-aggregate.R            |  25 +-
 13 files changed, 623 insertions(+), 473 deletions(-)