This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 77fc23f PARQUET-2109: [C++] Check if Parquet page has too few values
add c48353f ARROW-14694: [R] Let me dput a schema
No new revisions were added by this update.
Summary of changes:
r/NAMESPACE | 1 +
r/R/arrow-package.R | 2 +-
r/R/arrowExports.R | 8 +++
r/R/dictionary.R | 13 ++++
r/R/schema.R | 11 +++-
r/R/type.R | 119 +++++++++++++++++++++++++++++++++---
r/src/arrowExports.cpp | 41 +++++++++++--
r/src/datatype.cpp | 10 +++
r/tests/testthat/helper-roundtrip.R | 4 ++
r/tests/testthat/test-data-type.R | 75 +++++++++++++++++++++++
r/tests/testthat/test-schema.R | 13 ++++
11 files changed, 280 insertions(+), 17 deletions(-)