You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/08/28 21:01:24 UTC

[arrow] branch master updated (a1dbba8 -> 67d46c7)

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

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


    from a1dbba8  ARROW-6354: [C++] Fix failing build when ARROW_PARQUET=OFF
     add 67d46c7  ARROW-4511: [Format][Docs] Revamp Format documentation, consolidate columnar format docs into a more coherent single document. Add Versioning/Stability page

No new revisions were added by this update.

Summary of changes:
 docs/source/conf.py                                |    2 +-
 docs/source/cpp/datatypes.rst                      |    2 +-
 docs/source/format/Columnar.rst                    | 1156 ++++++++++++++++++++
 docs/source/format/Guidelines.rst                  |   27 +-
 docs/source/format/IPC.rst                         |  252 +----
 docs/source/format/Integration.rst                 |  179 +++
 docs/source/format/Layout.rst                      |  782 +------------
 docs/source/format/Metadata.rst                    |  328 +-----
 docs/source/format/Other.rst                       |   63 ++
 .../jemalloc => docs/source/format}/README.md      |    8 +-
 docs/source/format/README.rst                      |   53 -
 docs/source/format/Versioning.rst                  |   70 ++
 docs/source/index.rst                              |   17 +-
 13 files changed, 1502 insertions(+), 1437 deletions(-)
 create mode 100644 docs/source/format/Columnar.rst
 create mode 100644 docs/source/format/Integration.rst
 create mode 100644 docs/source/format/Other.rst
 copy {cpp/thirdparty/jemalloc => docs/source/format}/README.md (79%)
 delete mode 100644 docs/source/format/README.rst
 create mode 100644 docs/source/format/Versioning.rst