You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2020/03/19 19:10:09 UTC

[arrow] branch master updated (eb0dd86 -> 91603d8)

This is an automated email from the ASF dual-hosted git repository.

bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from eb0dd86  ARROW-8123: [Rust] [DataFusion] Add LogicalPlanBuilder
     add 91603d8  ARROW-8118: [R] dim method for FileSystemDataset

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                     |  2 ++
 r/R/arrowExports.R              |  4 ++++
 r/R/dataset.R                   | 17 +++++++++++++++++
 r/R/dplyr.R                     | 17 +++++++++++++++++
 r/R/parquet.R                   |  5 +++++
 r/src/arrowExports.cpp          | 16 ++++++++++++++++
 r/src/parquet.cpp               |  6 ++++++
 r/tests/testthat/test-dataset.R | 24 ++++++++++++++++++++++++
 8 files changed, 91 insertions(+)