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 a9fe9e3  ARROW-13341: [C++][Compute] Fix race condition in 
ScalarAggregateNode
     add 7b66f97  ARROW-12364: [Python] [Dataset] Add metadata_collector option 
to ds.write_dataset()

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_base.cc           |   3 +-
 cpp/src/arrow/dataset/file_base.h            |   6 ++
 python/pyarrow/_dataset.pyx                  |  58 +++++++++++-
 python/pyarrow/dataset.py                    |  23 ++++-
 python/pyarrow/includes/libarrow_dataset.pxd |  15 +++
 python/pyarrow/includes/libarrow_fs.pxd      |   4 +
 python/pyarrow/parquet.py                    |   7 +-
 python/pyarrow/tests/test_dataset.py         | 136 +++++++++++++++++++++++++--
 8 files changed, 240 insertions(+), 12 deletions(-)

Reply via email to