mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Fix test
This commit is contained in:
parent
ce9e134043
commit
01135211e9
@ -1834,10 +1834,11 @@ def _insert_merge_execute(
|
||||
ORDER BY tuple()
|
||||
PARTITION BY tuple()
|
||||
TTL now()-1 TO VOLUME 'external'
|
||||
SETTINGS storage_policy='{policy}', allow_suspicious_ttl_expressions = 1
|
||||
SETTINGS storage_policy='{policy}'
|
||||
""".format(
|
||||
name=name, policy=policy
|
||||
)
|
||||
),
|
||||
settings={"allow_suspicious_ttl_expressions": 1}
|
||||
)
|
||||
|
||||
for i in range(parts):
|
||||
|
Loading…
Reference in New Issue
Block a user