Skip to content

Commit f3e0f9a

Browse files
committed
chore: Adjust supported Trino versions
1 parent afcc9bf commit f3e0f9a

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/modules/trino/partials/supported-versions.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// This is a separate file, since it is used by both the direct Trino documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
- 476
6-
- 470 (deprecated)
7-
- 451 (LTS)
5+
- 451 (deprecated)
6+
- 476 (deprecated)
7+
- 477 (LTS)

rust/operator-binary/src/config/jvm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ fn recommended_trino_jvm_args(product_version: u16) -> Result<Vec<String>, Error
129129
"-XX:G1NumCollectionsKeepPinned=10000000".to_owned(),
130130
]),
131131
// Copied from:
132-
// - https://trino.io/docs/470/installation/deployment.html#jvm-config
133132
// - https://trino.io/docs/476/installation/deployment.html#jvm-config
134-
470 | 476 => Ok(vec![
133+
// - https://trino.io/docs/477/installation/deployment.html#jvm-config
134+
476 | 477 => Ok(vec![
135135
"-XX:InitialRAMPercentage=80".to_owned(),
136136
"-XX:MaxRAMPercentage=80".to_owned(),
137137
"-XX:G1HeapRegionSize=32M".to_owned(),

tests/test-definition.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ dimensions:
2020
- name: trino
2121
values:
2222
- "451"
23-
- "470"
2423
- "476"
24+
- "477"
2525
# To use a custom image, add a comma and the full name after the product version
26-
# - 470,oci.stackable.tech/sdp/trino:470-stackable0.0.0-dev
26+
# - 477,oci.stackable.tech/sdp/trino:477-stackable0.0.0-dev
2727
- name: trino-latest
2828
values:
29-
- "476"
29+
- "477"
3030
# To use a custom image, add a comma and the full name after the product version
31-
# - 470,oci.stackable.tech/sdp/trino:470-stackable0.0.0-dev
31+
# - 477,oci.stackable.tech/sdp/trino:477-stackable0.0.0-dev
3232
- name: hive
3333
values:
3434
- 3.1.3

0 commit comments

Comments
 (0)