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/23 15:14:14 UTC

[arrow] branch master updated (8827978 -> 593a08d)

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 8827978  ARROW-13148: [Dev][Archery] Fix crossbow job submission
     add 593a08d  ARROW-9140: [R] Zero-copy Arrow to R where possible

No new revisions were added by this update.

Summary of changes:
 r/R/arrowExports.R             |   8 ++
 r/data-raw/codegen.R           |   5 ++
 r/src/altrep.cpp               | 166 +++++++++++++++++++++++++++++++++++++++++
 r/src/array_to_vector.cpp      |  23 ++++++
 r/src/arrowExports.cpp         |  37 +++++++++
 r/src/arrow_types.h            |   6 ++
 r/tests/testthat/test-altrep.R |  96 ++++++++++++++++++++++++
 7 files changed, 341 insertions(+)
 create mode 100644 r/src/altrep.cpp
 create mode 100644 r/tests/testthat/test-altrep.R