You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ja...@apache.org on 2023/04/22 23:06:04 UTC

[iceberg-docs] branch main updated: Add graphs for table migration section (#220)

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

jackye pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 3bed2378 Add graphs for table migration section (#220)
3bed2378 is described below

commit 3bed237880a09f988b18b312b55b8dd4d84ae28a
Author: Jonas(Rushan) Jiang <jo...@gmail.com>
AuthorDate: Sat Apr 22 19:05:57 2023 -0400

    Add graphs for table migration section (#220)
---
 docs/config.toml                                        |   5 +++--
 .../static/img/iceberg-in-place-metadata-migration.png  | Bin 0 -> 31816 bytes
 .../static/img/iceberg-migrateaction-step1.png          | Bin 0 -> 16223 bytes
 .../static/img/iceberg-migrateaction-step2.png          | Bin 0 -> 29566 bytes
 .../static/img/iceberg-migrateaction-step3.png          | Bin 0 -> 19704 bytes
 .../static/img/iceberg-snapshotaction-step1.png         | Bin 0 -> 39814 bytes
 .../static/img/iceberg-snapshotaction-step2.png         | Bin 0 -> 42512 bytes
 7 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 230b5e60..8a52a984 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -69,8 +69,9 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Amazon EMR", identifier = "_emr", weight = 900, url = "https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-iceberg-use-cluster.html" },
     { name = "Impala", identifier = "_impala", weight = 1000, url = "https://impala.apache.org/docs/build/html/topics/impala_iceberg.html" },
     { name = "Doris", identifier = "_doris", weight = 1001, url = "https://doris.apache.org/docs/dev/lakehouse/multi-catalog/iceberg" },
-    { name = "PyIceberg", identifier = "_python", weight = 1400, url = "https://py.iceberg.apache.org/"},
+    { name = "PyIceberg", identifier = "_python", weight = 1500, url = "https://py.iceberg.apache.org/"},
     { name = "Integrations", weight = 1100 },
     { name = "API", weight = 1200},
-    { name = "Javadoc", pre = "relative", url = "../../javadoc/latest", weight = 1300} # `url` is populated by the github deploy workflow and is equal to "../../javadoc/<branch name>"
+    { name = "Migration", weight = 1300},
+    { name = "Javadoc", pre = "relative", url = "../../javadoc/latest", weight = 1400} # `url` is populated by the github deploy workflow and is equal to "../../javadoc/<branch name>"
   ]
diff --git a/iceberg-theme/static/img/iceberg-in-place-metadata-migration.png b/iceberg-theme/static/img/iceberg-in-place-metadata-migration.png
new file mode 100644
index 00000000..1ede320f
Binary files /dev/null and b/iceberg-theme/static/img/iceberg-in-place-metadata-migration.png differ
diff --git a/iceberg-theme/static/img/iceberg-migrateaction-step1.png b/iceberg-theme/static/img/iceberg-migrateaction-step1.png
new file mode 100644
index 00000000..aae5166f
Binary files /dev/null and b/iceberg-theme/static/img/iceberg-migrateaction-step1.png differ
diff --git a/iceberg-theme/static/img/iceberg-migrateaction-step2.png b/iceberg-theme/static/img/iceberg-migrateaction-step2.png
new file mode 100644
index 00000000..13bb2444
Binary files /dev/null and b/iceberg-theme/static/img/iceberg-migrateaction-step2.png differ
diff --git a/iceberg-theme/static/img/iceberg-migrateaction-step3.png b/iceberg-theme/static/img/iceberg-migrateaction-step3.png
new file mode 100644
index 00000000..0175101a
Binary files /dev/null and b/iceberg-theme/static/img/iceberg-migrateaction-step3.png differ
diff --git a/iceberg-theme/static/img/iceberg-snapshotaction-step1.png b/iceberg-theme/static/img/iceberg-snapshotaction-step1.png
new file mode 100644
index 00000000..f66a3b28
Binary files /dev/null and b/iceberg-theme/static/img/iceberg-snapshotaction-step1.png differ
diff --git a/iceberg-theme/static/img/iceberg-snapshotaction-step2.png b/iceberg-theme/static/img/iceberg-snapshotaction-step2.png
new file mode 100644
index 00000000..5e255fff
Binary files /dev/null and b/iceberg-theme/static/img/iceberg-snapshotaction-step2.png differ