mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Automatic style fix
This commit is contained in:
parent
d810bea8e3
commit
129e0349b7
@ -1838,7 +1838,7 @@ def _insert_merge_execute(
|
||||
""".format(
|
||||
name=name, policy=policy
|
||||
),
|
||||
settings={"allow_suspicious_ttl_expressions": 1}
|
||||
settings={"allow_suspicious_ttl_expressions": 1},
|
||||
)
|
||||
|
||||
for i in range(parts):
|
||||
|
@ -303,7 +303,7 @@ def test_moves_work_after_storage_policy_change(started_cluster, name, engine):
|
||||
"""ALTER TABLE {name} MODIFY TTL now()-3600 TO DISK 'jbod1', d1 TO DISK 'external'""".format(
|
||||
name=name
|
||||
),
|
||||
settings={"allow_suspicious_ttl_expressions": 1}
|
||||
settings={"allow_suspicious_ttl_expressions": 1},
|
||||
)
|
||||
|
||||
wait_expire_1 = 12
|
||||
|
Loading…
Reference in New Issue
Block a user