Skip to content

Commit 5074100

Browse files
committed
comment out parquet column index workaround
1 parent 9548792 commit 5074100

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/templates/kuttl/delta/10-install-trino.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
# 2026-03-27: This is needed to avoid this bug: https://github.com/trinodb/trino/issues/28885
2828
# Should be removed as soon as that issue is solved or we have a patched Trino version.
2929
#
30-
parquet.use-column-index: 'false'
30+
# parquet.use-column-index: 'false'
3131
---
3232
apiVersion: authentication.stackable.tech/v1alpha1
3333
kind: AuthenticationClass

tests/test-definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dimensions:
3030
# - 470,oci.stackable.tech/sdp/trino:470-stackable0.0.0-dev
3131
- name: trino-delta
3232
values:
33-
- "479"
33+
- "477"
3434
- name: hive
3535
values:
3636
- 3.1.3

0 commit comments

Comments
 (0)