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

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


    from b780c56  ARROW-6187: [C++] Fallback to storage type when writing 
ExtensionType to Parquet
     add 2c7fb24  ARROW-6629: [Doc] [C++] Add filesystem docs

No new revisions were added by this update.

Summary of changes:
 ci/travis_script_python.sh                        |  2 +-
 cpp/src/arrow/filesystem/filesystem.h             | 29 ++++---
 cpp/src/arrow/filesystem/localfs.h                |  8 +-
 cpp/src/arrow/filesystem/s3fs.h                   |  5 +-
 cpp/src/arrow/io/file.h                           | 23 ++++--
 cpp/src/arrow/io/memory.h                         | 12 ++-
 cpp/src/arrow/sparse_tensor.h                     | 25 ++++--
 cpp/src/arrow/util/compression.h                  |  5 ++
 docs/source/cpp/api.rst                           |  3 +
 docs/source/cpp/api/{table.rst => filesystem.rst} | 35 +++++----
 docs/source/cpp/api/flight.rst                    |  8 +-
 docs/source/cpp/api/io.rst                        | 95 +++++++++++++++++++++++
 docs/source/cpp/api/memory.rst                    |  9 +++
 docs/source/cpp/api/{table.rst => tensor.rst}     | 40 ++++++----
 docs/source/cpp/api/utilities.rst                 | 13 ++++
 docs/source/cpp/getting_started.rst               |  1 +
 docs/source/cpp/io.rst                            | 86 ++++++++++++++++++++
 docs/source/cpp/overview.rst                      |  6 ++
 docs/source/cpp/tables.rst                        |  6 +-
 19 files changed, 338 insertions(+), 73 deletions(-)
 copy docs/source/cpp/api/{table.rst => filesystem.rst} (68%)
 create mode 100644 docs/source/cpp/api/io.rst
 copy docs/source/cpp/api/{table.rst => tensor.rst} (62%)
 create mode 100644 docs/source/cpp/io.rst

Reply via email to