You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/06/01 17:35:24 UTC

[arrow] branch master updated (e5e1b14 -> b3e9da8)

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 e5e1b14  ARROW-10675 [C++][Python] Support AWS S3 Web identity credentials
     add b3e9da8  ARROW-12835: [C++][Python][R] Implement case-insensitive match using RE2

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.h                 |   5 +-
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 130 ++++++++++++++-------
 .../arrow/compute/kernels/scalar_string_test.cc    |  38 +++++-
 python/pyarrow/_compute.pyx                        |   8 +-
 python/pyarrow/compute.py                          |  18 ++-
 python/pyarrow/includes/libarrow.pxd               |   3 +-
 python/pyarrow/tests/test_compute.py               |  24 ++++
 r/R/dplyr-functions.R                              |   4 +-
 r/src/compute.cpp                                  |   7 +-
 9 files changed, 177 insertions(+), 60 deletions(-)