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 00f4383 ARROW-9317: [Java] add few testcases for arrow-memory
add c02ea96 ARROW-8374 [R]: Table to vector of DictonaryType will error
when Arrays don't have the same Dictionary per array
No new revisions were added by this update.
Summary of changes:
dev/release/rat_exclude_files.txt | 1 +
r/R/arrowExports.R | 4 +
r/R/chunked-array.R | 13 +-
r/src/array_to_vector.cpp | 212 +++++++++++++++++++++-----------
r/src/arrowExports.cpp | 16 +++
r/src/arrow_rcpp.h | 2 +
r/src/chunkedarray.cpp | 5 +
r/src/symbols.cpp | 48 +++-----
r/tests/testthat/test-Table.R | 12 ++
r/tests/testthat/test-chunked-array.R | 64 +++-------
r/tests/testthat/test-chunked-array.txt | 103 ++++++++++++++++
11 files changed, 321 insertions(+), 159 deletions(-)
create mode 100644 r/tests/testthat/test-chunked-array.txt