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 60987f5 ARROW-8773: [Python] Preserve nullability of fields in
schema.empty_table()
add cb7d1c1 ARROW-9388: [C++] Division kernels
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_scalar.cc | 1 +
cpp/src/arrow/compute/api_scalar.h | 14 ++++
cpp/src/arrow/compute/kernels/codegen_internal.h | 3 +-
cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 59 ++++++++++++++++
.../compute/kernels/scalar_arithmetic_benchmark.cc | 2 +
.../compute/kernels/scalar_arithmetic_test.cc | 82 ++++++++++++++++++++++
cpp/src/arrow/util/int_util_internal.h | 1 +
docs/source/cpp/compute.rst | 4 ++
8 files changed, 165 insertions(+), 1 deletion(-)