This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 289608b ARROW-9315: [Java] Fix the failure of
testAllocationManagerType
add d42c23b ARROW-9160: [C++] Implement contains for exact matches
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_scalar.h | 9 ++
cpp/src/arrow/compute/kernels/scalar_string.cc | 113 +++++++++++++++++++++
.../compute/kernels/scalar_string_benchmark.cc | 13 ++-
.../arrow/compute/kernels/scalar_string_test.cc | 11 ++
python/pyarrow/_compute.pyx | 12 +++
python/pyarrow/compute.py | 18 ++++
python/pyarrow/includes/libarrow.pxd | 5 +
python/pyarrow/tests/test_compute.py | 7 ++
8 files changed, 185 insertions(+), 3 deletions(-)