You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by dw...@apache.org on 2022/09/09 20:27:56 UTC

[iceberg-docs] branch 0.14.1 updated (d6f1ad88 -> 5bfc7b10)

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

dweeks pushed a change to branch 0.14.1
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


    from d6f1ad88 Merge pull request #153 from samredai/update-landing-page
     new 4e55e6f6 Add versioned docs from apache/iceberg
     new 0ee6c65c Update spark page name (avoid duplicate with table configuration)
     new 5bfc7b10 Merge pull request #154 from samredai/0.14.1-add-docs

The 150 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/content/.gitignore                    |   1 -
 docs/content/_index.md                     |  54 ++
 docs/content/aws.md                        | 627 ++++++++++++++++++++++
 docs/content/configuration.md              | 171 ++++++
 docs/content/dell.md                       | 135 +++++
 docs/content/evolution.md                  | 108 ++++
 docs/content/flink-connector.md            | 148 ++++++
 docs/content/flink-getting-started.md      | 802 +++++++++++++++++++++++++++++
 docs/content/hive.md                       | 548 ++++++++++++++++++++
 docs/content/java-api-quickstart.md        | 200 +++++++
 docs/content/java-api.md                   | 266 ++++++++++
 docs/content/java-custom-catalog.md        | 275 ++++++++++
 docs/content/jdbc.md                       |  75 +++
 docs/content/maintenance.md                | 160 ++++++
 docs/content/nessie.md                     | 165 ++++++
 docs/content/partitioning.md               | 102 ++++
 docs/content/performance.md                |  62 +++
 docs/content/python-api-intro.md           | 184 +++++++
 docs/content/python-feature-support.md     |  79 +++
 docs/content/python-quickstart.md          |  70 +++
 docs/content/reliability.md                |  75 +++
 docs/content/schemas.md                    |  51 ++
 docs/content/spark-configuration.md        | 193 +++++++
 docs/content/spark-ddl.md                  | 422 +++++++++++++++
 docs/content/spark-getting-started.md      | 148 ++++++
 docs/content/spark-procedures.md           | 532 +++++++++++++++++++
 docs/content/spark-queries.md              | 396 ++++++++++++++
 docs/content/spark-structured-streaming.md | 132 +++++
 docs/content/spark-writes.md               | 468 +++++++++++++++++
 29 files changed, 6648 insertions(+), 1 deletion(-)
 delete mode 100644 docs/content/.gitignore
 create mode 100644 docs/content/_index.md
 create mode 100644 docs/content/aws.md
 create mode 100644 docs/content/configuration.md
 create mode 100644 docs/content/dell.md
 create mode 100644 docs/content/evolution.md
 create mode 100644 docs/content/flink-connector.md
 create mode 100644 docs/content/flink-getting-started.md
 create mode 100644 docs/content/hive.md
 create mode 100644 docs/content/java-api-quickstart.md
 create mode 100644 docs/content/java-api.md
 create mode 100644 docs/content/java-custom-catalog.md
 create mode 100644 docs/content/jdbc.md
 create mode 100644 docs/content/maintenance.md
 create mode 100644 docs/content/nessie.md
 create mode 100644 docs/content/partitioning.md
 create mode 100644 docs/content/performance.md
 create mode 100644 docs/content/python-api-intro.md
 create mode 100644 docs/content/python-feature-support.md
 create mode 100644 docs/content/python-quickstart.md
 create mode 100644 docs/content/reliability.md
 create mode 100644 docs/content/schemas.md
 create mode 100644 docs/content/spark-configuration.md
 create mode 100644 docs/content/spark-ddl.md
 create mode 100644 docs/content/spark-getting-started.md
 create mode 100644 docs/content/spark-procedures.md
 create mode 100644 docs/content/spark-queries.md
 create mode 100644 docs/content/spark-structured-streaming.md
 create mode 100644 docs/content/spark-writes.md