This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 6080ca6d04 GH-46214: [C++] Improve S3 client initialization (#46723)
add 2c51ceb5dd GH-45083: [C++] Add HalfFloat kernels for is_nan, is_inf,
is_finite, negate, negate_checked, sign (#46866)
No new revisions were added by this update.
Summary of changes:
.../compute/kernels/base_arithmetic_internal.h | 47 ++-
cpp/src/arrow/compute/kernels/codegen_internal.h | 38 ++-
cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 14 +
.../compute/kernels/scalar_arithmetic_test.cc | 343 +++++++++++++--------
cpp/src/arrow/compute/kernels/scalar_validity.cc | 35 ++-
.../arrow/compute/kernels/scalar_validity_test.cc | 4 +-
.../arrow/compute/kernels/vector_cumulative_ops.cc | 7 +-
cpp/src/arrow/util/float16.h | 4 +
cpp/src/arrow/util/hashing.h | 48 ++-
cpp/src/arrow/util/value_parsing.cc | 4 +-
cpp/src/arrow/util/value_parsing.h | 6 +-
cpp/src/arrow/util/value_parsing_test.cc | 55 ++--
docs/source/cpp/compute.rst | 82 ++---
13 files changed, 472 insertions(+), 215 deletions(-)