You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ru...@apache.org on 2022/02/08 18:07:41 UTC

[iceberg-docs] 22/47: Ordering and termynal instantiations and adjustements (#23)

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

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

commit 58f366d79d48b88bfe4c6e56978c260fab6953f3
Author: Samuel Redai <43...@users.noreply.github.com>
AuthorDate: Mon Jan 31 13:53:52 2022 -0800

    Ordering and termynal instantiations and adjustements (#23)
---
 landing-page/content/services/data-compaction.html     | 4 ++--
 landing-page/content/services/expressive-sql.html      | 4 ++--
 landing-page/content/services/hidden-partitioning.html | 2 +-
 landing-page/content/services/schema-evolution.html    | 4 ++--
 landing-page/content/services/time-travel.html         | 2 +-
 landing-page/layouts/partials/js.html                  | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/landing-page/content/services/data-compaction.html b/landing-page/content/services/data-compaction.html
index 6e15d97..70ff2a1 100644
--- a/landing-page/content/services/data-compaction.html
+++ b/landing-page/content/services/data-compaction.html
@@ -3,7 +3,7 @@ Title: Data Compaction
 Description: Data compaction is supported out-of-the-box and you can choose from different rewrite strategies such as bin-packing or sorting to optimize file layout and size.
 Category: Services
 Draft: false
-weight: 300
+weight: 500
 ---
 <!--
  - Licensed to the Apache Software Foundation (ASF) under one or more
@@ -21,6 +21,6 @@ weight: 300
  - See the License for the specific language governing permissions and
  - limitations under the License.
  -->
- <div id="termynal-data-compaction" data-termynal data-ty-startDelay="600" data-ty-typeDelay="20" data-ty-lineDelay="500">
+ <div id="termynal-data-compaction" data-termynal data-ty-startDelay="8000" data-ty-typeDelay="20" data-ty-lineDelay="500">
     <span data-ty="input" data-ty-cursor="▋" data-ty-prompt="spark-sql>">CALL system.rewrite_data_files("nyc.taxis");</span>
 </div>
\ No newline at end of file
diff --git a/landing-page/content/services/expressive-sql.html b/landing-page/content/services/expressive-sql.html
index 59bcffe..456863a 100644
--- a/landing-page/content/services/expressive-sql.html
+++ b/landing-page/content/services/expressive-sql.html
@@ -4,7 +4,7 @@ Description: Iceberg supports flexible SQL commands to merge new data, update ex
 <!-- LearnMore: /docs/latest/row-level-deletes -->
 Category: Services
 Draft: false
-weight: 300
+weight: 100
 ---
 <!--
  - Licensed to the Apache Software Foundation (ASF) under one or more
@@ -22,7 +22,7 @@ weight: 300
  - See the License for the specific language governing permissions and
  - limitations under the License.
  -->
- <div id="termynal-expressive-sql" data-termynal data-ty-startDelay="600" data-ty-typeDelay="20" data-ty-lineDelay="500">
+ <div id="termynal-expressive-sql" data-termynal data-ty-startDelay="2000" data-ty-typeDelay="20" data-ty-lineDelay="500">
     <span data-ty="input" data-ty-cursor="▋" data-ty-prompt="spark-sql>">MERGE INTO prod.nyc.taxis pt</span>
     <span data-ty="input" data-ty-cursor="▋" data-ty-prompt="">USING (SELECT * FROM staging.nyc.taxis) st</span>
     <span data-ty="input" data-ty-cursor="▋" data-ty-prompt="">ON pt.id = st.id</span>
diff --git a/landing-page/content/services/hidden-partitioning.html b/landing-page/content/services/hidden-partitioning.html
index bc6f54c..08ccb00 100644
--- a/landing-page/content/services/hidden-partitioning.html
+++ b/landing-page/content/services/hidden-partitioning.html
@@ -5,7 +5,7 @@ LottieFile: hidden-partitioning-animation.json
 LearnMore: /docs/latest/partitioning/#icebergs-hidden-partitioning
 Category: Services
 Draft: false
-weight: 200
+weight: 300
 ---
 <!--
  - Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/landing-page/content/services/schema-evolution.html b/landing-page/content/services/schema-evolution.html
index 0dcd954..e7bac9b 100644
--- a/landing-page/content/services/schema-evolution.html
+++ b/landing-page/content/services/schema-evolution.html
@@ -4,7 +4,7 @@ Description: Iceberg avoids unpleasant surprises. Schema evolution just works wi
 LearnMore: /docs/latest/evolution/
 Category: Services
 Draft: false
-weight: 100
+weight: 200
 ---
 <!--
  - Licensed to the Apache Software Foundation (ASF) under one or more
@@ -22,7 +22,7 @@ weight: 100
  - See the License for the specific language governing permissions and
  - limitations under the License.
  -->
-<div id="termynal" data-termynal data-ty-startDelay="600" data-ty-typeDelay="20" data-ty-lineDelay="500">
+<div id="termynal" data-termynal data-ty-startDelay="4000" data-ty-typeDelay="20" data-ty-lineDelay="500">
     <span data-ty="input" data-ty-cursor="▋" data-ty-prompt="spark-sql>">ALTER TABLE taxis</span>
     <span data-ty="input" data-ty-cursor="▋" data-ty-prompt="">ALTER COLUMN trip_distance</span>
     <span data-ty="input" data-ty-cursor="▋" data-ty-prompt="" data-ty-delay="2500">TYPE double;</span>
diff --git a/landing-page/content/services/time-travel.html b/landing-page/content/services/time-travel.html
index 92725c4..9bd6946 100644
--- a/landing-page/content/services/time-travel.html
+++ b/landing-page/content/services/time-travel.html
@@ -23,7 +23,7 @@ weight: 400
  - limitations under the License.
  -->
  <div class="termynal-container">
-    <div id="termynal-time-travel" data-termynal data-ty-startDelay="600" data-ty-typeDelay="20" data-ty-lineDelay="500">
+    <div id="termynal-time-travel" data-termynal data-ty-startDelay="6000" data-ty-typeDelay="20" data-ty-lineDelay="500">
         <span data-ty="input" data-ty-cursor="▋" data-ty-prompt="scala>">spark.read.table("taxis").count()</span>
         <span data-ty>2,853,020</span>
         <span data-ty="input" data-ty-cursor="▋" data-ty-prompt="scala>">val ONE_DAY_MS=86400000</span>
diff --git a/landing-page/layouts/partials/js.html b/landing-page/layouts/partials/js.html
index 063204a..bec306c 100644
--- a/landing-page/layouts/partials/js.html
+++ b/landing-page/layouts/partials/js.html
@@ -11,7 +11,7 @@
 <script src="{{ .Site.BaseURL }}/js/landing-page.js"></script>
 
 <!-- Termynal animation renderer -->
-<script src="{{ .Site.BaseURL }}/js/termynal.js" data-termynal-container="#termynal"></script>
+<script src="{{ .Site.BaseURL }}/js/termynal.js" data-termynal-container="#termynal|#termynal-data-compaction|#termynal-expressive-sql|#termynal-time-travel"></script>
 
 {{ if isset .Site.Params "googleAnalytics" }}