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 008578e  ARROW-10114: [R] Segfault in to_dataframe_parallel with 
deeply nested structs
     add 883eb57  ARROW-9870: [R] Friendly interface for filesystems (S3)

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                        |   4 ++
 r/R/arrow-package.R                |  18 +++--
 r/R/arrowExports.R                 |  12 ++++
 r/R/csv.R                          |   8 +--
 r/R/dataset-factory.R              |   3 -
 r/R/dataset-write.R                |   9 +--
 r/R/feather.R                      |  15 ++---
 r/R/filesystem.R                   | 134 ++++++++++++++++++++++++++++++-------
 r/R/io.R                           |  10 ++-
 r/R/ipc_stream.R                   |  16 ++---
 r/R/json.R                         |   3 +-
 r/R/parquet.R                      |  15 ++---
 r/man/FileSystem.Rd                |  12 ++++
 r/man/arrow_available.Rd           |  17 +++--
 r/man/copy_files.Rd                |  38 ++++++-----
 r/man/read_delim_arrow.Rd          |   7 +-
 r/man/read_feather.Rd              |  14 +---
 r/man/read_ipc_stream.Rd           |   8 +--
 r/man/read_json_arrow.Rd           |  14 +---
 r/man/read_parquet.Rd              |   7 +-
 r/man/s3_bucket.Rd                 |  28 ++++++++
 r/man/write_dataset.Rd             |   8 +--
 r/man/write_feather.Rd             |   7 +-
 r/man/write_ipc_stream.Rd          |   8 +--
 r/man/write_parquet.Rd             |   7 +-
 r/src/arrowExports.cpp             |  48 +++++++++++++
 r/src/filesystem.cpp               |  17 +++++
 r/tests/testthat/test-dataset.R    |   2 +-
 r/tests/testthat/test-filesystem.R |  21 +++++-
 r/tests/testthat/test-s3-minio.R   |  56 +++++++++++-----
 r/tests/testthat/test-s3.R         |   6 +-
 r/vignettes/dataset.Rmd            |  39 ++++++++---
 r/vignettes/fs.Rmd                 |  38 ++++++-----
 33 files changed, 449 insertions(+), 200 deletions(-)
 create mode 100644 r/man/s3_bucket.Rd

Reply via email to