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/06/23 20:47:23 UTC

[arrow] branch master updated (9aaf61c -> 998a2a1)

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 9aaf61c  ARROW-8459: [Dev][Archery] Use a more recent cmake-format
     add 998a2a1  ARROW-11514: [R][C++] Bindings for paste(), paste0(), str_c()

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_string.cc |   8 +-
 r/NAMESPACE                                    |   1 +
 r/R/dplyr-functions.R                          |  55 +++++++++
 r/R/enums.R                                    |   6 +
 r/man/enums.Rd                                 |   5 +
 r/src/compute.cpp                              |  14 +++
 r/tests/testthat/test-dplyr-string-functions.R | 156 +++++++++++++++++++++++++
 7 files changed, 242 insertions(+), 3 deletions(-)