You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/01/28 21:51:31 UTC

[iceberg] branch master updated (181f4b2 -> b3acf59)

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

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


    from 181f4b2  Spark: Refactor metadata column projection in merge plans (#2117)
     add b3acf59  Docs: Refactor Spark pages (#2160)

No new revisions were added by this update.

Summary of changes:
 site/docs/configuration.md       | 129 +++---------
 site/docs/evolution.md           |   4 +-
 site/docs/getting-started.md     |  44 +++--
 site/docs/spark-configuration.md | 171 ++++++++++++++++
 site/docs/spark-ddl.md           | 333 +++++++++++++++++++++++++++++++
 site/docs/spark-procedures.md    | 367 ++++++++++++++++++++++++++++++++++
 site/docs/spark-queries.md       | 247 +++++++++++++++++++++++
 site/docs/spark-writes.md        | 415 +++++++++++++++++++++++++++++++++++++++
 site/docs/spark.md               | 410 ++------------------------------------
 site/mkdocs.yml                  |   8 +-
 10 files changed, 1617 insertions(+), 511 deletions(-)
 create mode 100644 site/docs/spark-configuration.md
 create mode 100644 site/docs/spark-ddl.md
 create mode 100644 site/docs/spark-procedures.md
 create mode 100644 site/docs/spark-queries.md
 create mode 100644 site/docs/spark-writes.md