This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from c038e61 ARROW-14662: [Docs] Add note about linking
Flight/gRPC/Protobuf
add 7e25ef2 ARROW-13111: [R] altrep vectors for ChunkedArray
No new revisions were added by this update.
Summary of changes:
dev/release/rat_exclude_files.txt | 1 +
r/DESCRIPTION | 2 +-
r/R/array.R | 3 +-
r/R/arrowExports.R | 12 +-
r/src/altrep.cpp | 223 ++++++++++++++++++++++----------------
r/src/array.cpp | 5 +
r/src/array_to_vector.cpp | 24 ++--
r/src/arrowExports.cpp | 46 ++++----
r/src/arrow_cpp11.h | 10 +-
r/src/arrow_types.h | 9 +-
r/src/chunkedarray.cpp | 11 +-
r/src/r_to_arrow.cpp | 62 +++++++----
r/src/recordbatch.cpp | 5 +-
r/src/type_infer.cpp | 5 +
r/tests/testthat/test-altrep.R | 157 ++++++++++++++++++++++-----
15 files changed, 380 insertions(+), 195 deletions(-)