You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2020/09/11 22:53:01 UTC

[arrow] branch master updated (687a7eb -> 5ec4ef0)

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 687a7eb  ARROW-9271: [R] Preserve data frame metadata in round trip
     add 5ec4ef0  ARROW-9387: [R] Use new C++ table select method

No new revisions were added by this update.

Summary of changes:
 r/R/arrowExports.R            |  8 ++++----
 r/R/csv.R                     |  7 ++++++-
 r/R/json.R                    |  7 ++++++-
 r/R/record-batch.R            | 28 +++++++++++++---------------
 r/R/table.R                   | 16 +++-------------
 r/man/RecordBatch.Rd          |  5 ++---
 r/man/Table.Rd                |  5 ++---
 r/src/arrowExports.cpp        | 26 +++++++++++++-------------
 r/src/recordbatch.cpp         |  4 ++--
 r/src/table.cpp               | 18 +++---------------
 r/tests/testthat/test-Table.R | 19 ++++++++++++++-----
 11 files changed, 68 insertions(+), 75 deletions(-)