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 6f62649 ARROW-12980: [C++] Kernels to extract datetime components
should be timezone aware
add f849a26 ARROW-13614: [C++] Add decimal support to min_max/hash_min_max
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/aggregate_basic.cc | 20 +++++-
.../compute/kernels/aggregate_basic_internal.h | 49 ++++++++++++++-
cpp/src/arrow/compute/kernels/aggregate_test.cc | 73 +++++++++++++++++++++-
cpp/src/arrow/compute/kernels/hash_aggregate.cc | 38 +++++++++--
.../arrow/compute/kernels/hash_aggregate_test.cc | 69 ++++++++++++++++++++
cpp/src/arrow/type_traits.h | 2 +
cpp/src/arrow/util/basic_decimal.h | 38 ++++++++++-
7 files changed, 277 insertions(+), 12 deletions(-)