This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 702dbf3982 ARROW-17637: [R] as.Date fails going from timestamp[us] to
timestamp[s] (#14935)
add 36824d1b97 ARROW-17054: [R] Creating an Array from an object bigger
than 2^31 results in an Array of length 0 (#14929)
No new revisions were added by this update.
Summary of changes:
r/src/array.cpp | 4 +++-
r/src/arrowExports.cpp | 2 +-
r/src/arrow_cpp11.h | 20 ++++++++++++++++++++
r/src/arrow_vctrs.h | 22 ----------------------
r/src/imports.cpp | 43 -------------------------------------------
r/src/r_to_arrow.cpp | 9 ++++-----
r/src/type_infer.cpp | 1 -
r/tests/testthat/test-Array.R | 17 +++++++++++++++++
8 files changed, 45 insertions(+), 73 deletions(-)
delete mode 100644 r/src/arrow_vctrs.h
delete mode 100644 r/src/imports.cpp