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 8b0e049 MINOR: [C++] Fix decimal doc typo (#10363)
add d07f30a ARROW-12715: [C++][Python] Add SQL LIKE match kernel
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/scalar_string.cc | 99 ++++++++++++++++++++++
.../arrow/compute/kernels/scalar_string_test.cc | 55 ++++++++++++
docs/source/cpp/compute.rst | 25 ++++--
docs/source/python/api/compute.rst | 1 +
python/pyarrow/compute.py | 23 +++++
python/pyarrow/tests/test_compute.py | 7 ++
6 files changed, 202 insertions(+), 8 deletions(-)