This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 2c3c7d11b8 GH-39759: [Docs] Update pydata-sphinx-theme to 0.16.1
(#46943)
add 2bdcbda3c5 GH-46683: [C++][Python] Add utf8_zero_fill compute function
for sign-aware zero padding (#46815)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_scalar.cc | 11 ++++
cpp/src/arrow/compute/api_scalar.h | 12 +++++
.../arrow/compute/kernels/scalar_string_test.cc | 45 ++++++++++++++++
.../arrow/compute/kernels/scalar_string_utf8.cc | 62 ++++++++++++++++++++++
docs/source/cpp/compute.rst | 2 +
docs/source/python/api/compute.rst | 2 +
python/pyarrow/_compute.pyx | 30 +++++++++++
python/pyarrow/compute.py | 3 ++
python/pyarrow/includes/libarrow.pxd | 6 +++
python/pyarrow/tests/test_compute.py | 32 +++++++++++
10 files changed, 205 insertions(+)