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/31 16:52:32 UTC

[arrow] branch master updated (a87be06 -> 2d58edf)

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 a87be06  ARROW-13819: [C++] Initialize subseconds in value_parsing.h
     add 2d58edf  ARROW-13691: [C++] Support skip_nulls/min_count in VarianceOptions

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_aggregate.cc             |  13 ++-
 cpp/src/arrow/compute/api_aggregate.h              |   7 +-
 cpp/src/arrow/compute/kernels/aggregate_test.cc    |  16 +++
 cpp/src/arrow/compute/kernels/aggregate_var_std.cc |  21 ++--
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    | 119 ++++++++++++++-------
 .../arrow/compute/kernels/hash_aggregate_test.cc   | 101 +++++++++++++++++
 python/pyarrow/_compute.pyx                        |   8 +-
 python/pyarrow/includes/libarrow.pxd               |   4 +-
 r/src/compute.cpp                                  |  10 +-
 9 files changed, 243 insertions(+), 56 deletions(-)