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 4660180848 ARROW-17450 : [C++][Parquet] Support RLE decode for boolean
datatype (#14147)
add b7f9dfc2b1 ARROW-16879: [R][CI] Test R GCS bindings with testbench
(#13542)
No new revisions were added by this update.
Summary of changes:
.github/workflows/r.yml | 13 ++
ci/scripts/r_test.sh | 8 -
r/DESCRIPTION | 1 +
r/R/filesystem.R | 9 +-
r/tests/testthat/helper-filesystems.R | 190 ++++++++++++++++++++
r/tests/testthat/helper-skip.R | 15 +-
r/tests/testthat/test-gcs.R | 48 +++++
r/tests/testthat/test-s3-minio.R | 329 +++++++++-------------------------
8 files changed, 360 insertions(+), 253 deletions(-)
create mode 100644 r/tests/testthat/helper-filesystems.R