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 2021/06/02 18:52:32 UTC

[arrow] branch master updated (c5af5dd -> 5e86300)

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 c5af5dd  ARROW-12719: [C++] Allow passing S3 canned ACL as output stream metadata
     add 5e86300  ARROW-3316: [R] Multi-threaded conversion from R data.frame to Arrow table / record batch

No new revisions were added by this update.

Summary of changes:
 r/R/arrowExports.R           |   8 +-
 r/R/table.R                  |   8 +-
 r/src/arrowExports.cpp       |  35 +-
 r/src/arrow_types.h          |   8 +
 r/src/csv.cpp                |   1 -
 r/src/r_to_arrow.cpp         | 837 ++++++++++++++++++++++++++++++++++---------
 r/src/table.cpp              |  64 ----
 r/src/type_infer.cpp         |   2 +-
 r/tests/testthat/test-type.R |   2 +-
 9 files changed, 701 insertions(+), 264 deletions(-)