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 425b1cb ARROW-13850: [C++] Fix crashes on invalid Parquet data
add f0879a5 ARROW-13164: [R] altrep vectors from Array with nulls
No new revisions were added by this update.
Summary of changes:
r/R/arrowExports.R | 8 +-
r/data-raw/codegen.R | 2 +-
r/src/altrep.cpp | 519 ++++++++++++++++++++++++++++++++++-------
r/src/array_to_vector.cpp | 16 +-
r/src/arrowExports.cpp | 30 +--
r/src/arrow_types.h | 9 +-
r/tests/testthat/test-altrep.R | 179 ++++++++++----
7 files changed, 595 insertions(+), 168 deletions(-)