This is an automated email from the ASF dual-hosted git repository.
jonkeane pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 04641a3 ARROW-15115: [C++] GcsFileSystem return errors if using
closed streams
add aade058 ARROW-14804: [R] import_from_c() / export_to_c() methods
should accept external pointers
No new revisions were added by this update.
Summary of changes:
r/R/arrowExports.R | 160 +-
r/R/python.R | 39 +-
r/src/arrowExports.cpp | 3252 +++++++++++++++++++------------------
r/src/arrow_cpp11.h | 40 +-
r/src/{py-to-r.cpp => bridge.cpp} | 32 +
r/tests/testthat/test-bridge.R | 83 +
6 files changed, 1924 insertions(+), 1682 deletions(-)
rename r/src/{py-to-r.cpp => bridge.cpp} (78%)
create mode 100644 r/tests/testthat/test-bridge.R