Skip to content

Commit 8d18b5f

Browse files
committed
fix tiered storage
1 parent 4a249bc commit 8d18b5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tiered_storage/tests/ttl_moves/syntax.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def scenario(self, name, engine):
174174
if check_clickhouse_version(">=25.6")(self) or (
175175
check_clickhouse_version(">=24.8")(self)
176176
and check_is_altinity_build(node)
177+
and check_clickhouse_version("<=24.9")(self)
177178
):
178179
message = "DB::Exception: TTL expression result column should have Date, Date32, DateTime or DateTime64 type, but has String"
179180
else:

0 commit comments

Comments
 (0)