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 2be04c6  ARROW-9230: [FlightRPC][Python] pass through all options in 
flight.connect
     add a1c702d  ARROW-8899 [R] Add R metadata like pandas metadata for 
round-trip fidelity

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                         |   1 +
 r/R/record-batch.R                  |  35 ++++-
 r/R/schema.R                        |   7 +
 r/R/table.R                         |   6 +-
 r/src/array_from_vector.cpp         |   2 -
 r/src/arrow_rcpp.h                  |   9 ++
 r/src/arrow_types.h                 |  28 ++++
 r/src/recordbatch.cpp               |  64 ++++----
 r/src/schema.cpp                    |   6 +-
 r/src/symbols.cpp                   |  28 ++++
 r/src/table.cpp                     | 286 ++++++++++++++++++++++++++----------
 r/tests/testthat/helper-data.R      |  17 +++
 r/tests/testthat/test-RecordBatch.R |  10 +-
 r/tests/testthat/test-Table.R       |  29 +++-
 r/tests/testthat/test-feather.R     |   9 ++
 r/tests/testthat/test-parquet.R     |   8 +
 r/tests/testthat/test-schema.R      |   2 +-
 17 files changed, 422 insertions(+), 125 deletions(-)

Reply via email to