We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16628b commit 5457fc7Copy full SHA for 5457fc7
1 file changed
tests/templates/kuttl/delta/10-install-trino.yaml.j2
@@ -24,8 +24,8 @@ spec:
24
#
25
delta.register-table-procedure.enabled: 'true'
26
27
- # 2026-03-27: This is needed to avoid this bug: https://github.com/trinodb/trino/issues/28885
28
- # Should be removed as soon as that issue is solved or we have a patched Trino version.
+ # 2026-03-27: This was previously needed to avoid this bug: https://github.com/trinodb/trino/issues/28885
+ # Now commented out as we now have a patched Trino version with a backported fix.
29
30
# parquet.use-column-index: 'false'
31
---
0 commit comments