This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/master by this push:
new 98bf06f MINOR: Rename Presto SQL to Trino (#596)
98bf06f is described below
commit 98bf06f44ca97b16aab543c3168a5e0f238fc940
Author: Martin Traverso <[email protected]>
AuthorDate: Tue Dec 29 19:36:47 2020 -0800
MINOR: Rename Presto SQL to Trino (#596)
### What changes were proposed in this pull request?
This PR updates links for Trino.
### Why are the changes needed?
PrestoSQL has been renamed to Trino. See:
https://trino.io/blog/2020/12/27/announcing-trino.html
### How was this patch tested?
N/A
---
site/_docs/adopters.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/_docs/adopters.md b/site/_docs/adopters.md
index ba7790b..d34a8eb 100644
--- a/site/_docs/adopters.md
+++ b/site/_docs/adopters.md
@@ -58,9 +58,9 @@ or directly into Hive tables backed by an ORC file format.
With more than 300 PB of data, Facebook was an [early adopter of
ORC](https://code.facebook.com/posts/229861827208629/scaling-the-facebook-data-warehouse-to-300-pb/)
and quickly put it into production.
-### [Presto](https://prestosql.io/)
+### [Trino (formerly Presto SQL)](https://trino.io/)
-The Presto team has done a lot of work [integrating
+The Trino team has done a lot of work [integrating
ORC](https://code.facebook.com/posts/370832626374903/even-faster-data-at-the-speed-of-presto-orc/)
into their SQL engine.
### [Timber](https://timber.io/)