This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.6
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.6 by this push:
new d19ec30 MINOR: Rename Presto SQL to Trino (#596)
d19ec30 is described below
commit d19ec3030b2365e2e6db93421ef9c5f061ae2253
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
(cherry picked from commit 98bf06f44ca97b16aab543c3168a5e0f238fc940)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
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 ded640f..54d4849 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/)