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

[arrow] branch master updated (979a080 -> 66cd373)

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

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


    from 979a080  ARROW-12649: [Python/Packaging] Move conda-aarch64 to Azure with cross-compilation
     add 66cd373  ARROW-11515: [R] Bindings for strsplit

No new revisions were added by this update.

Summary of changes:
 r/R/compute.R                                  |   2 +
 r/R/dplyr.R                                    |  66 +++++++-
 r/man/call_function.Rd                         |   4 +
 r/man/contains_regex.Rd                        |  18 ++
 r/man/get_stringr_pattern_options.Rd           |  22 +++
 r/src/compute.cpp                              |  27 +++
 r/tests/testthat/test-dplyr-string-functions.R | 225 +++++++++++++++++++++----
 7 files changed, 326 insertions(+), 38 deletions(-)
 create mode 100644 r/man/contains_regex.Rd
 create mode 100644 r/man/get_stringr_pattern_options.Rd