Skip to content

Commit 9a37613

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 25066af + 1cfb945 commit 9a37613

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

iceberg/regression.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
check_clickhouse_version("<25.10"),
147147
)
148148
],
149-
"/iceberg/iceberg table engine/feature/iceberg writes minmax pruning/*": [
149+
"/iceberg/iceberg table engine/write min max pruning/*": [
150150
(
151151
Fail,
152152
"https://github.com/ClickHouse/ClickHouse/issues/91363",
@@ -204,11 +204,11 @@
204204
"setting used for test introduced in 25.8",
205205
check_clickhouse_version("<25.8"),
206206
),
207-
"/iceberg/iceberg engine/rest catalog/iceberg iterator race condition/iceberg iterator race condition": (
207+
"/iceberg/iceberg engine/: catalog/iceberg iterator race condition/iceberg iterator race condition": (
208208
Skip,
209209
"https://github.com/ClickHouse/ClickHouse/issues/92120",
210-
lambda test: check_clickhouse_version(">=25.8.12")(test)
211-
and check_if_not_antalya_build(test),
210+
lambda test: check_clickhouse_version("<=25.8.12")(test)
211+
or check_if_not_antalya_build(test),
212212
),
213213
# "/iceberg/iceberg engine/: catalog/feature/alter:/*": (
214214
# Skip,

0 commit comments

Comments
 (0)