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

[arrow] branch master updated (515daab -> 477c102)

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

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


    from 515daab  ARROW-8618: [C++] Clean up some redundant std::move()s
     add 477c102  ARROW-9924: [C++][Dataset] Enable per-column parallelism for single ParquetFileFragment scans

No new revisions were added by this update.

Summary of changes:
 c_glib/test/dataset/test-scan-options.rb     |  2 +-
 cpp/src/arrow/dataset/file_parquet.cc        |  4 ++
 cpp/src/arrow/dataset/file_parquet.h         |  6 +++
 cpp/src/arrow/dataset/scanner.h              |  4 +-
 cpp/src/parquet/arrow/reader.cc              | 49 +++++++++----------
 python/pyarrow/_dataset.pyx                  | 37 ++++++++++----
 python/pyarrow/dataset.py                    |  2 +-
 python/pyarrow/includes/libarrow_dataset.pxd |  1 +
 python/pyarrow/parquet.py                    | 73 ++++++++++++++++++++--------
 9 files changed, 119 insertions(+), 59 deletions(-)