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

[arrow] branch master updated (082b11e -> af155c3)

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

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


    from 082b11e  ARROW-13239: [Python] [Doc] Expose signatures in pyx modules
     add af155c3  ARROW-9056: [C++] Support aggregations over scalars

No new revisions were added by this update.

Summary of changes:
 c_glib/test/test-struct-scalar.rb                  |   2 +-
 cpp/src/arrow/compute/exec/plan_test.cc            |  33 ++++
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   |  81 ++++++--
 .../compute/kernels/aggregate_basic_internal.h     |  65 ++++++-
 cpp/src/arrow/compute/kernels/aggregate_mode.cc    |  24 ++-
 .../arrow/compute/kernels/aggregate_quantile.cc    |  37 +++-
 cpp/src/arrow/compute/kernels/aggregate_tdigest.cc |  29 +--
 cpp/src/arrow/compute/kernels/aggregate_test.cc    | 211 ++++++++++++++++++---
 cpp/src/arrow/compute/kernels/aggregate_var_std.cc |  37 ++++
 cpp/src/arrow/compute/kernels/test_util.h          |  33 ----
 cpp/src/arrow/scalar.cc                            |  14 ++
 r/R/compute.R                                      |   3 +-
 r/tests/testthat/test-compute-aggregate.R          |   4 +-
 13 files changed, 465 insertions(+), 108 deletions(-)