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 2019/09/18 18:32:18 UTC

[arrow] branch master updated (1f88560 -> 4b5ca3d)

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 1f88560  ARROW-6564: [Python] Do not require pandas for invoking Array.__array__
     add 4b5ca3d  ARROW-6337: [R] Changed as_tible to as_dataframe in the R package

No new revisions were added by this update.

Summary of changes:
 r/R/csv.R                       | 12 ++++++------
 r/R/feather.R                   |  6 +++---
 r/R/json.R                      |  6 +++---
 r/R/parquet.R                   |  6 +++---
 r/man/read_delim_arrow.Rd       | 10 +++++-----
 r/man/read_feather.Rd           |  6 +++---
 r/man/read_json_arrow.Rd        |  6 +++---
 r/man/read_parquet.Rd           |  6 +++---
 r/tests/testthat/test-csv.R     | 18 +++++++++---------
 r/tests/testthat/test-feather.R |  2 +-
 r/tests/testthat/test-json.R    | 12 ++++++------
 11 files changed, 45 insertions(+), 45 deletions(-)