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 1919c33  ARROW-13594: [CI] Temporarily disable turbodbc integration 
tests in nightly builds
     add 2c405da  ARROW-13882: [C++] Improve min_max/hash_min_max type support

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_binary_test.cc           |  13 +-
 cpp/src/arrow/array/concatenate_test.cc            |   5 +-
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   |  11 +-
 .../arrow/compute/kernels/aggregate_basic_avx2.cc  |  22 +--
 .../compute/kernels/aggregate_basic_avx512.cc      |  17 +-
 .../compute/kernels/aggregate_basic_internal.h     | 141 ++++++++++++----
 cpp/src/arrow/compute/kernels/aggregate_test.cc    | 178 +++++++++++++++++++--
 cpp/src/arrow/compute/kernels/codegen_internal.cc  | 128 ---------------
 cpp/src/arrow/compute/kernels/codegen_internal.h   |  20 ---
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    | 123 ++++++++++++--
 .../arrow/compute/kernels/hash_aggregate_test.cc   | 128 +++++++++++----
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc |   2 +-
 .../compute/kernels/scalar_arithmetic_test.cc      |   2 +-
 cpp/src/arrow/compute/kernels/scalar_compare.cc    |   7 +-
 cpp/src/arrow/compute/kernels/scalar_temporal.cc   |   5 +-
 .../arrow/compute/kernels/scalar_temporal_test.cc  |  13 +-
 cpp/src/arrow/compute/kernels/vector_sort.cc       |   2 +-
 cpp/src/arrow/scalar.h                             |  13 ++
 cpp/src/arrow/scalar_test.cc                       |   8 +
 cpp/src/arrow/testing/gtest_util.h                 |   9 ++
 cpp/src/arrow/type.cc                              | 131 ++++++++++++++-
 cpp/src/arrow/type.h                               |  35 +++-
 cpp/src/arrow/type_fwd.h                           |   5 +-
 cpp/src/arrow/type_traits.h                        |   4 +-
 docs/source/cpp/compute.rst                        | 123 +++++++-------
 25 files changed, 791 insertions(+), 354 deletions(-)

Reply via email to