This is an automated email from the ASF dual-hosted git repository.
bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 795a48f ARROW-12507: [CI] Remove duplicated cron/nightly builds
add b0e51c5 ARROW-11950: [C++][Compute] Add unary negative kernel
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_scalar.cc | 8 +
cpp/src/arrow/compute/api_scalar.h | 11 +
cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 118 +++++++++-
.../compute/kernels/scalar_arithmetic_test.cc | 240 +++++++++++++++++++++
cpp/src/arrow/compute/kernels/test_util.cc | 6 +
cpp/src/arrow/compute/kernels/test_util.h | 3 +
cpp/src/arrow/testing/gtest_util.h | 4 +
cpp/src/arrow/util/int_util_internal.h | 28 +++
docs/source/cpp/compute.rst | 20 +-
9 files changed, 419 insertions(+), 19 deletions(-)