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 f25a014 ARROW-7654: [Python] Ability to set column_types to a Schema
in csv.ConvertOptions is undocumented
add cd3ed60 ARROW-8867: [R] Support converting POSIXlt type
No new revisions were added by this update.
Summary of changes:
r/R/schema.R | 4 +-
r/src/array_from_vector.cpp | 14 ++--
r/src/array_to_vector.cpp | 5 +-
r/src/table.cpp | 3 +-
r/tests/testthat/helper-data.R | 8 +++
r/tests/testthat/test-RecordBatch.R | 17 -----
r/tests/testthat/test-Table.R | 40 -----------
r/tests/testthat/test-feather.R | 16 -----
r/tests/testthat/test-metadata.R | 128 ++++++++++++++++++++++++++++++++++++
r/tests/testthat/test-parquet.R | 8 ---
r/tests/testthat/test-schema.R | 22 -------
r/vignettes/arrow.Rmd | 10 ++-
12 files changed, 158 insertions(+), 117 deletions(-)
create mode 100644 r/tests/testthat/test-metadata.R