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 2022/04/22 16:59:03 UTC

[arrow] branch master updated (c16bbe18e3 -> 6cf344b61e)

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 c16bbe18e3 ARROW-16219: [CI] Fix git config to prevent SCM tools failure
     add 6cf344b61e ARROW-9235: [R] Support for `connection` class when reading and writing files

No new revisions were added by this update.

Summary of changes:
 r/R/arrowExports.R                                 |  20 ++-
 r/R/feather.R                                      |   4 +-
 r/R/io.R                                           |  43 ++++-
 r/R/parquet.R                                      |   3 +-
 r/src/arrowExports.cpp                             |  47 ++++-
 r/src/csv.cpp                                      |  11 ++
 r/src/feather.cpp                                  |  74 +++++---
 r/src/io.cpp                                       | 196 ++++++++++++++++++++-
 r/src/safe-call-into-r.h                           |  23 ++-
 r/tests/testthat/test-csv.R                        |  21 +++
 r/tests/testthat/test-feather.R                    |  23 +++
 r/tests/testthat/test-io.R                         |  96 ++++++++++
 .../{helper-parquet.R => test-ipc_stream.R}        |  19 +-
 r/tests/testthat/test-parquet.R                    |  25 +++
 r/tests/testthat/test-safe-call-into-r.R           |   1 +
 15 files changed, 553 insertions(+), 53 deletions(-)
 copy r/tests/testthat/{helper-parquet.R => test-ipc_stream.R} (66%)