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 b07c262  ARROW-7898: [Python] Reduce the number docstring violations 
using numpydoc
     add 815531c  ARROW-8059: [Python] Make FileSystem objects serializable

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/filesystem.cc  |  14 +++
 cpp/src/arrow/filesystem/filesystem.h   |  11 ++
 cpp/src/arrow/filesystem/hdfs.cc        |  65 +++++++++-
 cpp/src/arrow/filesystem/hdfs.h         |   4 +
 cpp/src/arrow/filesystem/localfs.cc     |  13 ++
 cpp/src/arrow/filesystem/localfs.h      |   6 +
 cpp/src/arrow/filesystem/mockfs.cc      |   2 +
 cpp/src/arrow/filesystem/mockfs.h       |   2 +
 cpp/src/arrow/filesystem/s3fs.cc        |  33 +++++
 cpp/src/arrow/filesystem/s3fs.h         |   8 ++
 python/pyarrow/_fs.pxd                  |   2 +-
 python/pyarrow/_fs.pyx                  |  77 +++++-------
 python/pyarrow/_hdfs.pyx                | 167 ++++++++++---------------
 python/pyarrow/_s3fs.pyx                | 107 ++++++----------
 python/pyarrow/fs.py                    |  10 +-
 python/pyarrow/includes/libarrow_fs.pxd |  12 ++
 python/pyarrow/tests/conftest.py        |  12 +-
 python/pyarrow/tests/test_dataset.py    |  11 +-
 python/pyarrow/tests/test_fs.py         | 210 +++++++++++++++++++-------------
 python/pyarrow/tests/test_parquet.py    |  12 +-
 20 files changed, 442 insertions(+), 336 deletions(-)

Reply via email to