Skip to content

Commit afcc9bf

Browse files
committed
chore: Remove mentions of Trino 470
1 parent c4e294e commit afcc9bf

8 files changed

Lines changed: 21 additions & 25 deletions

File tree

docs/modules/trino/pages/usage-guide/OpenTelemetry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= OpenTelemetry
22
:description: Ship Trino traces and logs to OpenTelemetry
3-
:trino-docs: https://trino.io/docs/470/admin/opentelemetry.html
3+
:trino-docs: https://trino.io/docs/477/admin/opentelemetry.html
44

55
Trino supports sending OpenTelemetry traces as stated in {trino-docs}[the documentation].
66

rust/operator-binary/src/authentication/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ mod tests {
670670
fn resolved_product_image() -> ResolvedProductImage {
671671
ResolvedProductImage {
672672
product_version: "".to_string(),
673-
app_version_label_value: "470".parse().expect("static label value is always valid"),
673+
app_version_label_value: "477".parse().expect("static label value is always valid"),
674674
image: "".to_string(),
675675
image_pull_policy: "".to_string(),
676676
pull_secrets: None,

rust/operator-binary/src/authentication/password/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ mod tests {
251251
TrinoPasswordAuthentication::new(authenticators)
252252
.password_authentication_config(&ResolvedProductImage {
253253
product_version: "".to_string(),
254-
app_version_label_value: "470".parse().expect("static label value is always valid"),
254+
app_version_label_value: "477".parse().expect("static label value is always valid"),
255255
image: "".to_string(),
256256
image_pull_policy: "".to_string(),
257257
pull_secrets: None,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ mod tests {
172172
name: simple-trino
173173
spec:
174174
image:
175-
productVersion: "470"
175+
productVersion: "477"
176176
clusterConfig:
177177
catalogLabelSelector: {}
178178
coordinators:
@@ -216,7 +216,7 @@ mod tests {
216216
name: simple-trino
217217
spec:
218218
image:
219-
productVersion: "470"
219+
productVersion: "477"
220220
clusterConfig:
221221
catalogLabelSelector: {}
222222
coordinators:

rust/operator-binary/src/controller.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,7 @@ mod tests {
18471847
name: simple-trino
18481848
spec:
18491849
image:
1850-
productVersion: "470"
1850+
productVersion: "477"
18511851
clusterConfig:
18521852
catalogLabelSelector:
18531853
matchLabels:
@@ -1905,7 +1905,7 @@ mod tests {
19051905
name: simple-trino
19061906
spec:
19071907
image:
1908-
productVersion: "470"
1908+
productVersion: "477"
19091909
clusterConfig:
19101910
catalogLabelSelector:
19111911
matchLabels:
@@ -2094,7 +2094,7 @@ mod tests {
20942094
name: trino
20952095
spec:
20962096
image:
2097-
productVersion: "470"
2097+
productVersion: "477"
20982098
clusterConfig:
20992099
catalogLabelSelector:
21002100
matchLabels:
@@ -2146,7 +2146,7 @@ mod tests {
21462146
name: trino
21472147
spec:
21482148
image:
2149-
productVersion: "470"
2149+
productVersion: "477"
21502150
clusterConfig:
21512151
catalogLabelSelector:
21522152
matchLabels:

rust/operator-binary/src/crd/affinity.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ mod tests {
115115
name: simple-trino
116116
spec:
117117
image:
118-
productVersion: "470"
118+
productVersion: "477"
119119
clusterConfig:
120120
catalogLabelSelector:
121121
matchLabels:
@@ -203,7 +203,7 @@ mod tests {
203203
name: simple-trino
204204
spec:
205205
image:
206-
productVersion: "470"
206+
productVersion: "477"
207207
clusterConfig:
208208
catalogLabelSelector:
209209
matchLabels:

rust/operator-binary/src/crd/mod.rs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ mod tests {
10311031
name: simple-trino
10321032
spec:
10331033
image:
1034-
productVersion: "470"
1034+
productVersion: "477"
10351035
clusterConfig:
10361036
catalogLabelSelector: {}
10371037
"#;
@@ -1047,7 +1047,7 @@ mod tests {
10471047
name: simple-trino
10481048
spec:
10491049
image:
1050-
productVersion: "470"
1050+
productVersion: "477"
10511051
clusterConfig:
10521052
catalogLabelSelector: {}
10531053
tls:
@@ -1065,7 +1065,7 @@ mod tests {
10651065
name: simple-trino
10661066
spec:
10671067
image:
1068-
productVersion: "470"
1068+
productVersion: "477"
10691069
clusterConfig:
10701070
catalogLabelSelector: {}
10711071
tls:
@@ -1084,7 +1084,7 @@ mod tests {
10841084
name: simple-trino
10851085
spec:
10861086
image:
1087-
productVersion: "470"
1087+
productVersion: "477"
10881088
clusterConfig:
10891089
catalogLabelSelector: {}
10901090
tls:
@@ -1105,7 +1105,7 @@ mod tests {
11051105
name: simple-trino
11061106
spec:
11071107
image:
1108-
productVersion: "470"
1108+
productVersion: "477"
11091109
clusterConfig:
11101110
catalogLabelSelector: {}
11111111
"#;
@@ -1121,7 +1121,7 @@ mod tests {
11211121
name: simple-trino
11221122
spec:
11231123
image:
1124-
productVersion: "470"
1124+
productVersion: "477"
11251125
clusterConfig:
11261126
catalogLabelSelector: {}
11271127
tls:
@@ -1139,7 +1139,7 @@ mod tests {
11391139
name: simple-trino
11401140
spec:
11411141
image:
1142-
productVersion: "470"
1142+
productVersion: "477"
11431143
clusterConfig:
11441144
catalogLabelSelector: {}
11451145
tls:
@@ -1161,7 +1161,7 @@ mod tests {
11611161
name: simple-trino
11621162
spec:
11631163
image:
1164-
productVersion: "470"
1164+
productVersion: "477"
11651165
clusterConfig:
11661166
catalogLabelSelector: {}
11671167
"#;
@@ -1182,7 +1182,7 @@ mod tests {
11821182
name: simple-trino
11831183
spec:
11841184
image:
1185-
productVersion: "470"
1185+
productVersion: "477"
11861186
clusterConfig:
11871187
catalogLabelSelector: {}
11881188
workers:
@@ -1209,7 +1209,7 @@ mod tests {
12091209
name: simple-trino
12101210
spec:
12111211
image:
1212-
productVersion: "470"
1212+
productVersion: "477"
12131213
clusterConfig:
12141214
catalogLabelSelector: {}
12151215
workers:

tests/templates/kuttl/opa-authorization/check-opa.py.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ TEST_DATA = [
5151
{
5252
"query": "SET SESSION iceberg.test=true",
5353
# The requests are authorized, just a fake property
54-
{% if test_scenario['values']['trino'] == '470' %}
55-
"error": "Session property iceberg.test does not exist",
56-
{% else %}
5754
"error": "Session property 'iceberg.test' does not exist",
58-
{% endif %}
5955
},
6056
# ## SCHEMA ##
6157
# ExecuteQuery, AccessCatalog, ShowSchemas, SelectFromColumns, FilterCatalogs, FilterSchemas

0 commit comments

Comments
 (0)