You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2019/12/17 18:50:00 UTC

[arrow] branch master updated (3ea2d50 -> 28f4980)

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

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


    from 3ea2d50  ARROW-7407: [Python] Declare NumPy a PEP517 build dependency
     add 28f4980  ARROW-7282: [Python] IO functions should raise the right exceptions

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/localfs.cc      |  68 +++++-----
 cpp/src/arrow/filesystem/localfs_test.cc |   1 +
 cpp/src/arrow/io/file.cc                 |   3 +-
 cpp/src/arrow/status.h                   |  54 ++++----
 cpp/src/arrow/util/io_util.cc            | 219 +++++++++++++++++++++----------
 cpp/src/arrow/util/io_util.h             |  47 ++++++-
 cpp/src/arrow/util/io_util_test.cc       |  65 +++++++++
 python/pyarrow/_fs.pyx                   |   2 +-
 python/pyarrow/error.pxi                 |  29 +++-
 python/pyarrow/includes/common.pxd       |   5 +
 python/pyarrow/includes/libarrow.pxd     |   5 +-
 python/pyarrow/tests/test_fs.py          |  23 +++-
 python/pyarrow/tests/test_hdfs.py        |   1 +
 python/pyarrow/tests/test_io.py          |  20 ++-
 python/pyarrow/tests/test_parquet.py     |   5 +-
 15 files changed, 401 insertions(+), 146 deletions(-)