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 2bd2fc4 ARROW-9261: [Python] Fix CA certificate lookup with S3
filesystem on manylinux
add 9b162ee ARROW-9133: [C++] Add utf8_upper and utf8_lower
No new revisions were added by this update.
Summary of changes:
ci/scripts/PKGBUILD | 15 +-
ci/scripts/r_windows_build.sh | 4 +-
cpp/src/arrow/compute/kernel.cc | 12 +-
cpp/src/arrow/compute/kernel.h | 4 +-
cpp/src/arrow/compute/kernels/codegen_internal.h | 11 ++
cpp/src/arrow/compute/kernels/scalar_string.cc | 187 +++++++++++++++++++--
.../compute/kernels/scalar_string_benchmark.cc | 14 ++
.../arrow/compute/kernels/scalar_string_test.cc | 97 +++++++++++
cpp/src/arrow/util/utf8.h | 90 ++++++++++
python/pyarrow/compute.py | 2 +
r/configure.win | 4 +-
11 files changed, 408 insertions(+), 32 deletions(-)