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 3626a08  ARROW-14523: [C++] Fix potential data loss in S3 multipart 
upload
     add 6f4c991  ARROW-13130: [C++] Add decimal support to arithmetic kernels

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   |   5 +-
 cpp/src/arrow/compute/kernels/aggregate_internal.h |  21 ++
 cpp/src/arrow/compute/kernels/aggregate_mode.cc    |  95 +++---
 .../arrow/compute/kernels/aggregate_quantile.cc    |  50 +++-
 cpp/src/arrow/compute/kernels/aggregate_tdigest.cc |  36 ++-
 cpp/src/arrow/compute/kernels/aggregate_test.cc    | 193 ++++++++++--
 cpp/src/arrow/compute/kernels/aggregate_var_std.cc |  53 ++--
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    | 303 ++++++++++---------
 .../arrow/compute/kernels/hash_aggregate_test.cc   |  91 ++++++
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 124 ++++++--
 .../compute/kernels/scalar_arithmetic_test.cc      | 327 ++++++++++++++++++++-
 cpp/src/arrow/compute/kernels/scalar_validity.cc   |  39 +++
 .../arrow/compute/kernels/scalar_validity_test.cc  |  39 +++
 cpp/src/arrow/util/basic_decimal.cc                |  12 +
 cpp/src/arrow/util/basic_decimal.h                 |   6 +
 docs/source/cpp/compute.rst                        | 162 +++++-----
 16 files changed, 1197 insertions(+), 359 deletions(-)

Reply via email to