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/02/22 21:22:50 UTC

[arrow] branch master updated (c83e82d -> f03c844)

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 c83e82d  ARROW-7897: [Packaging] Temporarily disable artifact uploading until we fix the deployment issues
     add f03c844  ARROW-7608: [C++][Dataset] Add the ability to list files in FileSystemSource

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_base.cc           | 13 ++++
 cpp/src/arrow/dataset/file_base.h            |  6 +-
 cpp/src/arrow/dataset/file_test.cc           |  2 +
 cpp/src/arrow/dataset/test_util.h            |  6 ++
 python/pyarrow/_dataset.pyx                  |  6 ++
 python/pyarrow/includes/libarrow_dataset.pxd |  1 +
 python/pyarrow/tests/test_dataset.py         |  3 +-
 r/R/arrowExports.R                           | 24 ++++++-
 r/R/dataset.R                                | 93 +++++++++++++++++++++------
 r/src/arrowExports.cpp                       | 94 +++++++++++++++++++++++++---
 r/src/dataset.cpp                            | 35 ++++++++++-
 r/tests/testthat/test-dataset.R              | 26 +++++---
 12 files changed, 267 insertions(+), 42 deletions(-)