You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/04/14 22:52:47 UTC

[arrow] branch master updated (8a0868b -> 68475dd)

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

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


    from 8a0868b  ARROW-8460: [Packaging][deb] Reduce disk usage on building packages
     add 68475dd  ARROW-7965: [Python] Refine higher level dataset API

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/path_util.cc |   5 +-
 cpp/src/arrow/filesystem/s3fs.cc      |  11 +-
 python/pyarrow/__init__.py            |   1 +
 python/pyarrow/_dataset.pyx           |  27 +-
 python/pyarrow/_fs.pyx                |   9 +
 python/pyarrow/dataset.py             | 570 +++++++++++++++++++++++-----------
 python/pyarrow/includes/libarrow.pxd  |   3 +
 python/pyarrow/tests/test_dataset.py  | 363 ++++++++++++++++++----
 python/pyarrow/tests/test_fs.py       |  12 +
 python/pyarrow/tests/test_parquet.py  |   8 +-
 python/pyarrow/tests/test_schema.py   |  32 ++
 python/pyarrow/types.pxi              |  39 +++
 12 files changed, 819 insertions(+), 261 deletions(-)