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

[arrow] branch master updated (bdc126a -> ad21a36)

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

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


    from bdc126a  ARROW-7408: [C++] Fix compilation of reference benchmarks
     add ad21a36  ARROW-7410: [Doc] [Python] Document filesystem API

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/discovery.h                  |   4 +-
 cpp/src/arrow/filesystem/filesystem.h              |  20 ++--
 cpp/src/arrow/result.h                             |  25 ++--
 docs/source/cpp/api/filesystem.rst                 |  18 +++
 docs/source/cpp/api/support.rst                    |   6 +
 docs/source/cpp/conventions.rst                    |  28 +++--
 docs/source/cpp/io.rst                             |   7 +-
 docs/source/python/api.rst                         |   1 +
 .../python/api/{misc.rst => filesystems.rst}       |  30 +++--
 docs/source/python/filesystems.rst                 | 130 +++++++++------------
 ...{filesystems.rst => filesystems_deprecated.rst} |   8 +-
 docs/source/python/index.rst                       |   1 +
 python/pyarrow/_fs.pyx                             |  18 +--
 python/pyarrow/_s3fs.pyx                           |   2 +-
 python/pyarrow/tests/test_fs.py                    |  14 ++-
 python/pyarrow/types.pxi                           |   1 -
 16 files changed, 178 insertions(+), 135 deletions(-)
 copy docs/source/python/api/{misc.rst => filesystems.rst} (76%)
 copy docs/source/python/{filesystems.rst => filesystems_deprecated.rst} (92%)