Skip to content

Commit 888ea50

Browse files
committed
Fixup iceberg hive test
1 parent c0fc896 commit 888ea50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/templates/kuttl/iceberg-hive/70-check-iceberg-tables.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
apiVersion: batch/v1
33
kind: Job
44
metadata:
5-
name: check-lakehouse-tables
5+
name: check-iceberg-tables
66
spec:
77
template:
88
spec:
99
containers:
10-
- name: check-lakehouse-tables
10+
- name: check-iceberg-tables
1111
image: "oci.stackable.tech/sdp/trino-cli:{{ test_scenario['values']['trino-l'] }}-stackable0.0.0-dev"
1212
command:
1313
- bash
1414
- -euo
1515
- pipefail
1616
- -c
1717
- |
18-
for SCHEMA in lakehouse.test; do
18+
for SCHEMA in iceberg.s3 iceberg.hdfs; do
1919
COUNT=$(cat << EOF | ./trino-cli --server https://trino-coordinator:8443 --insecure --user admin
2020
SELECT COUNT(*) FROM $SCHEMA.greetings WHERE hello = 'world from NiFi :)';
2121
EOF

0 commit comments

Comments
 (0)