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 ad51ac2 ARROW-10196: [C++] Add Future::DeferNotOk
add 25d131b ARROW-9645: [Python] Deprecate pyarrow.filesystem in favor of
pyarrow.fs
No new revisions were added by this update.
Summary of changes:
docs/source/python/filesystems_deprecated.rst | 6 ++--
python/pyarrow/__init__.py | 43 +++++++++++++++++++++----
python/pyarrow/filesystem.py | 39 +++++++++++++++++++----
python/pyarrow/hdfs.py | 27 +++++++++++++---
python/pyarrow/parquet.py | 2 +-
python/pyarrow/tests/test_filesystem.py | 30 +++++++++++++++++
python/pyarrow/tests/test_hdfs.py | 3 +-
python/pyarrow/tests/test_parquet.py | 46 +++++++++++++++------------
python/pyarrow/util.py | 15 +++++----
9 files changed, 162 insertions(+), 49 deletions(-)