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 5c5a0d6 ARROW-9226: [Python] Support core-site.xml default filesystem.
add c6b0dda ARROW-13345: [C++] Add basic implementation for log to base b
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/scalar_arithmetic.cc | 67 +++++++++++++++++
.../compute/kernels/scalar_arithmetic_test.cc | 85 ++++++++++++++++++++++
docs/source/cpp/compute.rst | 4 +
docs/source/python/api/compute.rst | 2 +
6 files changed, 173 insertions(+)