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 2021/04/07 19:37:16 UTC

[arrow] branch master updated (9a41ccb -> a574953)

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 9a41ccb  ARROW-12190: [Rust][DataFusion] Implement parallel / partitioned hash join
     add a574953  ARROW-12082: [R][Dataset] Allow create dataset from vector of file paths

No new revisions were added by this update.

Summary of changes:
 r/R/arrowExports.R               |  4 ++
 r/R/dataset-factory.R            | 42 ++++++++++++-----
 r/R/dataset.R                    | 43 +++++++++++-------
 r/R/filesystem.R                 | 46 +++++++++++++------
 r/man/Dataset.Rd                 |  3 +-
 r/man/dataset_factory.Rd         |  9 ++--
 r/man/open_dataset.Rd            | 42 ++++++++++-------
 r/src/arrowExports.cpp           | 18 ++++++++
 r/src/dataset.cpp                | 11 +++++
 r/tests/testthat/test-dataset.R  | 97 +++++++++++++++++++++++++++++++++++-----
 r/tests/testthat/test-s3-minio.R | 47 ++++++++++++++++---
 11 files changed, 284 insertions(+), 78 deletions(-)