This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 3afdc87 ARROW-7872: [C++/Python] Support conversion of list of
structs to pandas
add 6ff1569 ARROW-7984: [R] Check for valid inputs in more places
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/table.cc | 18 ++-
cpp/src/arrow/table_test.cc | 6 +-
r/NAMESPACE | 4 +
r/R/array.R | 84 ++++++++---
r/R/chunked-array.R | 17 ++-
r/R/expression.R | 3 -
r/R/record-batch.R | 30 +---
r/R/table.R | 2 -
r/src/array.cpp | 51 ++++++-
r/src/array_to_vector.cpp | 2 +
r/src/arrow_types.h | 6 +
r/src/chunkedarray.cpp | 4 +
r/src/recordbatch.cpp | 6 +
r/src/table.cpp | 5 +
r/tests/testthat/test-Array.R | 107 +++++++++++---
r/tests/testthat/test-RecordBatch.R | 68 +++++++--
r/tests/testthat/test-Table.R | 60 +++++++-
r/tests/testthat/test-chunked-array.R | 259 ++++++++++++++++------------------
18 files changed, 494 insertions(+), 238 deletions(-)