mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
Automatic style fix
This commit is contained in:
parent
9b68b61cbd
commit
de65173676
@ -6,9 +6,7 @@ def randomize_settings():
|
||||
if random.random() < 0.5:
|
||||
yield "max_block_size", random.randint(8000, 100000)
|
||||
if random.random() < 0.5:
|
||||
yield "query_plan_join_inner_table_selection", random.choice(
|
||||
["auto", "left"]
|
||||
)
|
||||
yield "query_plan_join_inner_table_selection", random.choice(["auto", "left"])
|
||||
|
||||
|
||||
def write_random_settings_config(destination):
|
||||
|
Loading…
Reference in New Issue
Block a user