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 2021/07/13 19:00:05 UTC

[arrow] branch master updated (1ae84fc -> 9e1a723)

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 1ae84fc  ARROW-13288: [Python] Missing default values of kernel options in PyArrow
     add 9e1a723  ARROW-8655: [C++][Python] Preserve partitioning information for a discovered Dataset

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/discovery.cc           |   3 +-
 cpp/src/arrow/dataset/file_base.cc           |   4 +-
 cpp/src/arrow/dataset/file_base.h            |  11 ++-
 cpp/src/arrow/dataset/file_parquet.cc        |   3 +-
 cpp/src/arrow/dataset/partition.h            |   2 +
 python/pyarrow/_dataset.pyx                  |  61 ++++++++++++++++
 python/pyarrow/includes/libarrow_dataset.pxd |   5 ++
 python/pyarrow/tests/test_dataset.py         | 102 ++++++++++++++++++++++-----
 8 files changed, 170 insertions(+), 21 deletions(-)