You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2021/01/25 04:07:07 UTC

[iceberg] branch master updated: Docs: Update documentation references for Trino (#2143)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bfcf9c3  Docs: Update documentation references for Trino (#2143)
bfcf9c3 is described below

commit bfcf9c32c97dad0881b9cedebd638ef3f1a47bd5
Author: David Phillips <da...@acz.org>
AuthorDate: Sun Jan 24 20:06:51 2021 -0800

    Docs: Update documentation references for Trino (#2143)
---
 README.md          | 2 +-
 site/docs/index.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e510baa..86d32bd 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
 [![](https://travis-ci.org/apache/iceberg.svg?branch=master)](https://travis-ci.org/apache/iceberg)
 [![Slack](https://img.shields.io/badge/chat-on%20Slack-brightgreen.svg)](https://the-asf.slack.com/archives/CF01LKV9S)
 
-Apache Iceberg is a new table format for storing large, slow-moving tabular data. It is designed to improve on the de-facto standard table layout built into Hive, Presto, and Spark.
+Apache Iceberg is a new table format for storing large, slow-moving tabular data. It is designed to improve on the de-facto standard table layout built into Hive, Trino, and Spark.
 
 Background and documentation is available at <https://iceberg.apache.org>
 
diff --git a/site/docs/index.md b/site/docs/index.md
index 0c2baf3..7baba9d 100644
--- a/site/docs/index.md
+++ b/site/docs/index.md
@@ -20,7 +20,7 @@
 # ![Iceberg](img/Iceberg-logo.png)
 
 
-**Apache Iceberg is an open table format for huge analytic datasets.** Iceberg adds tables to Presto and Spark that use a high-performance format that works just like a SQL table.
+**Apache Iceberg is an open table format for huge analytic datasets.** Iceberg adds tables to Trino and Spark that use a high-performance format that works just like a SQL table.
 
 
 ### User experience