This is an automated email from the ASF dual-hosted git repository.
yibocai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 4b8ffe4 ARROW-13542: [C++][Compute][Dataset] Add dataset::WriteNode
for writing rows from an ExecPlan to disk
add 37ae220 ARROW-13975: [C++] Implement decimal round
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_scalar.cc | 5 +-
cpp/src/arrow/compute/api_scalar.h | 11 +-
cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 634 ++++++++++++++++++---
.../compute/kernels/scalar_arithmetic_test.cc | 542 +++++++++++++++++-
cpp/src/arrow/util/basic_decimal.cc | 14 +
cpp/src/arrow/util/basic_decimal.h | 4 +
docs/source/cpp/compute.rst | 70 +--
python/pyarrow/tests/test_compute.py | 3 +-
r/src/compute.cpp | 3 +-
9 files changed, 1147 insertions(+), 139 deletions(-)