This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 9e69ccf ARROW-15454: [Python] Try to make CSV cancellation test more
robust
add c4eb8dc ARROW-14092: [C++] subtract(date, duration) -> timestamp
kernel
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/codegen_internal.cc | 68 +++++++++++++++++
cpp/src/arrow/compute/kernels/codegen_internal.h | 6 ++
.../arrow/compute/kernels/codegen_internal_test.cc | 89 ++++++++++++++++++++++
cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 25 +++++-
.../arrow/compute/kernels/scalar_temporal_test.cc | 54 +++++++++++++
docs/source/cpp/compute.rst | 69 ++++++++---------
6 files changed, 274 insertions(+), 37 deletions(-)