This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from e2d6c05 ARROW-11357: [Rust]: Fix out-of-bounds reads in `take` and
other undefined behavior
add 07a4444 ARROW-9856: [R] Add bindings for string compute functions
No new revisions were added by this update.
Summary of changes:
ci/scripts/PKGBUILD | 4 +-
ci/scripts/r_windows_build.sh | 4 +-
.../homebrew-formulae/autobrew/apache-arrow.rb | 2 -
r/DESCRIPTION | 1 +
r/NAMESPACE | 1 +
r/R/arrow-package.R | 2 +-
r/R/arrowExports.R | 4 ++
r/R/dplyr.R | 53 +++++++++++++++-------
r/R/expression.R | 21 ++++++---
r/configure.win | 2 +-
r/inst/build_arrow_static.sh | 2 -
r/src/arrowExports.cpp | 8 ++++
r/src/compute.cpp | 5 ++
r/tests/testthat/helper-data.R | 43 ++++++++++++++++++
r/tests/testthat/test-dataset.R | 21 ++++++++-
r/tests/testthat/test-dplyr.R | 50 ++++++++++++++++++++
r/tests/testthat/test-python.R | 2 +
17 files changed, 190 insertions(+), 35 deletions(-)