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 c5b757f ARROW-14419 [R] Add filter + join test
add f92219d ARROW-10456: [R] Implement MapType and MapArray
No new revisions were added by this update.
Summary of changes:
r/R/array.R | 14 +++
r/R/arrowExports.R | 61 ++++++++--
r/R/type.R | 18 +++
r/src/array.cpp | 28 +++++
r/src/array_to_vector.cpp | 15 ++-
r/src/arrowExports.cpp | 238 ++++++++++++++++++++++++++++++++------
r/src/datatype.cpp | 59 ++++++++++
r/tests/testthat/test-Array.R | 23 ++++
r/tests/testthat/test-data-type.R | 38 ++++++
r/tests/testthat/test-parquet.R | 30 +++++
r/tests/testthat/test-type.R | 8 ++
r/vignettes/arrow.Rmd | 2 +-
12 files changed, 482 insertions(+), 52 deletions(-)