You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by yi...@apache.org on 2021/05/22 07:21:50 UTC

[arrow] branch master updated (78c88a9 -> 022dd63)

This is an automated email from the ASF dual-hosted git repository.

yibocai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 78c88a9  ARROW-12468: [Python][R] Expose ScannerBuilder::UseAsync to Python & R
     add 022dd63  ARROW-12717: [C++][Python] Add find_substring kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 53 +++++++++++++++++++--
 .../arrow/compute/kernels/scalar_string_test.cc    | 38 +++++++++++++++
 docs/source/cpp/compute.rst                        | 55 ++++++++++++----------
 docs/source/python/api/compute.rst                 |  1 +
 python/pyarrow/compute.py                          | 19 ++++++++
 python/pyarrow/tests/test_compute.py               | 22 +++++++++
 6 files changed, 161 insertions(+), 27 deletions(-)