You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by fs...@apache.org on 2020/06/18 15:23:09 UTC

[arrow] branch master updated (9d7dca6 -> 60c2e36)

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

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


    from 9d7dca6  ARROW-8074: [C++][Dataset][Python] FileFragments from buffers and NativeFiles
     add 60c2e36  ARROW-8283: [Python] Limit FileSystemDataset constructor from fragments/paths, no filesystem interaction

No new revisions were added by this update.

Summary of changes:
 docs/source/python/dataset.rst       |   2 +-
 python/pyarrow/_dataset.pyx          | 107 +++++++++++++++++++-------------
 python/pyarrow/parquet.py            |  14 ++---
 python/pyarrow/tests/test_dataset.py | 115 +++++++++++++++++++++--------------
 4 files changed, 140 insertions(+), 98 deletions(-)