You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2020/04/16 23:09:42 UTC

[arrow] branch master updated (b371742 -> 9197ba8)

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 b371742  ARROW-8474: [CI][Crossbow] Skip some nightlies we don't need to run
     add 9197ba8  ARROW-6439: [R] Implement S3 file-system interface in R

No new revisions were added by this update.

Summary of changes:
 .github/workflows/r.yml            |  3 ++
 ci/scripts/cpp_test.sh             |  4 +++
 ci/scripts/r_test.sh               |  3 ++
 r/NAMESPACE                        |  1 +
 r/R/arrowExports.R                 | 16 +++++++++
 r/R/dataset.R                      | 34 ++++++------------
 r/R/filesystem.R                   | 33 +++++++++++++++++
 r/configure                        |  6 ++++
 r/data-raw/codegen.R               | 50 +++++++++++++++++---------
 r/man/FileSystem.Rd                |  1 +
 r/man/cpu_count.Rd                 | 10 ++++--
 r/man/dataset_factory.Rd           | 16 +++------
 r/man/set_cpu_count.Rd             | 14 --------
 r/src/arrowExports.cpp             | 74 ++++++++++++++++++++++++++++++++++++++
 r/src/arrow_types.h                |  1 +
 r/src/filesystem.cpp               | 27 ++++++++++++++
 r/tests/testthat/helper-skip.R     |  5 +--
 r/tests/testthat/test-dataset.R    | 18 ++++++++++
 r/tests/testthat/test-filesystem.R | 15 ++++++++
 19 files changed, 262 insertions(+), 69 deletions(-)
 delete mode 100644 r/man/set_cpu_count.Rd