Skip to content

Commit

Permalink
[docs] Update lowest trino version to 420 (apache#3266)
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves12138 authored Apr 26, 2024
1 parent 68355b5 commit 77cfb9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/content/engines/trino.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This documentation is a guide for using Paimon in Trino.

## Version

Paimon currently supports Trino 422 and above.
Paimon currently supports Trino 420 and above.

## Filesystem

Expand All @@ -51,7 +51,7 @@ https://paimon.apache.org/docs/master/project/download/

| Version | Package |
|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
| [420, 426] | [paimon-trino-422-{{< version >}}-plugin.tar.gz](https://repository.apache.org/snapshots/org/apache/paimon/paimon-trino-422/{{< version >}}/) |
| [420, 426] | [paimon-trino-420-{{< version >}}-plugin.tar.gz](https://repository.apache.org/snapshots/org/apache/paimon/paimon-trino-420/{{< version >}}/) |
| [427, latest] | [paimon-trino-427-{{< version >}}-plugin.tar.gz](https://repository.apache.org/snapshots/org/apache/paimon/paimon-trino-427/{{< version >}}/) |

{{< /unstable >}}
Expand Down Expand Up @@ -96,7 +96,7 @@ Let Paimon use a secure temporary directory.
```bash
tar -zxf paimon-trino-<trino-version>-{{< version >}}-plugin.tar.gz -C ${TRINO_HOME}/plugin
```
the variable `trino-version` is module name, must be one of 422, 427.
the variable `trino-version` is module name, must be one of 420, 427.
> NOTE: For JDK 17, when Deploying Trino, should add jvm options: `--add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED`
### Configure
Expand Down Expand Up @@ -188,7 +188,7 @@ SELECT * FROM paimon.test_db.orders
## Query with Time Traveling
{{< tabs "time-travel-example" >}}

{{< tab "version >=422" >}}
{{< tab "version >=420" >}}

```sql
-- read the snapshot from specified timestamp
Expand Down
2 changes: 1 addition & 1 deletion docs/content/project/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This documentation is a guide for downloading Paimon Jars.
| Presto 0.268 | [paimon-presto-0.268-{{< version >}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-presto-0.268/{{< version >}}/) |
| Presto 0.273 | [paimon-presto-0.273-{{< version >}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-presto-0.273/{{< version >}}/) |
| Presto SQL 332 | [paimon-prestosql-332-{{< version >}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-prestosql-332/{{< version >}}/) |
| Trino 422 | [paimon-trino-422-{{< version >}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-trino-422/{{< version >}}/) |
| Trino 420 | [paimon-trino-420-{{< version >}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-trino-420/{{< version >}}/) |
| Trino 427 | [paimon-trino-427-{{< version >}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-trino-427/{{< version >}}/) |

{{< /unstable >}}
Expand Down

0 comments on commit 77cfb9a

Please sign in to comment.