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/02/19 15:52:41 UTC

[arrow] branch master updated (c100a5c -> c117430)

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 c100a5c  ARROW-11671: [Rust][DataFusion] Clean up Expr doc comments and examples
     add c117430  ARROW-11601: [C++][Python][Dataset] expose Parquet pre-buffer option

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_parquet.cc        | 46 ++++++++++++++++++++++++++--
 cpp/src/arrow/dataset/file_parquet.h         |  4 +++
 cpp/src/arrow/dataset/file_parquet_test.cc   | 28 +++++++++++++++++
 python/pyarrow/_dataset.pyx                  | 10 ++++++
 python/pyarrow/includes/libarrow_dataset.pxd |  1 +
 python/pyarrow/tests/test_dataset.py         | 17 ++++++++--
 6 files changed, 101 insertions(+), 5 deletions(-)