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 2022/02/01 00:56:16 UTC

[iceberg-docs] branch main updated: Update descriptions (#26)

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

blue 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 046c60a  Update descriptions (#26)
046c60a is described below

commit 046c60a597432aee07ac377bdca5ae3fab812ad7
Author: Samuel Redai <43...@users.noreply.github.com>
AuthorDate: Mon Jan 31 16:55:57 2022 -0800

    Update descriptions (#26)
---
 landing-page/content/about/about.html               | 2 +-
 landing-page/content/services/schema-evolution.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/landing-page/content/about/about.html b/landing-page/content/about/about.html
index 93329ae..8cdfe99 100644
--- a/landing-page/content/about/about.html
+++ b/landing-page/content/about/about.html
@@ -19,7 +19,7 @@ Draft: false
  - limitations under the License.
  -->
 
-Iceberg adds tables to compute engines including Spark, Trino, PrestoDB, Flink, and Hive using a high-performance table format that works just like a SQL table.
+Iceberg is a high-performance format for huge analytic tables. Iceberg brings the reliability and simplicity of SQL tables to big data, while making it possible for engines like Spark, Trino, Flink, Presto, and Hive to safely work with the same tables, at the same time.
 <div class="button-box">
 <ul class="list-inline intro-social-buttons">
     <li>
diff --git a/landing-page/content/services/schema-evolution.html b/landing-page/content/services/schema-evolution.html
index 4c32985..45c77a6 100644
--- a/landing-page/content/services/schema-evolution.html
+++ b/landing-page/content/services/schema-evolution.html
@@ -1,6 +1,6 @@
 ---
 Title: Full Schema Evolution
-Description: Iceberg avoids unpleasant surprises. Schema evolution just works with no "zombie" columns and no un-deleted data when adding columns with previously existing names.
+Description: Schema evolution just works. Adding a column won't bring back "zombie" data. Columns can be renamed and reordered. Best of all, schema changes never require rewriting your table.
 LearnMore: /docs/latest/evolution/
 Category: Services
 Draft: false