mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Automatic style fix
This commit is contained in:
parent
3a05282bce
commit
5ce8604869
@ -835,7 +835,9 @@ class SettingsRandomizer:
|
||||
),
|
||||
"remote_filesystem_read_method": lambda: random.choice(["read", "threadpool"]),
|
||||
"local_filesystem_read_prefetch": lambda: random.randint(0, 1),
|
||||
"filesystem_cache_segments_batch_size": lambda: random.choice([0, 1, 2, 3, 5, 10, 50, 100]),
|
||||
"filesystem_cache_segments_batch_size": lambda: random.choice(
|
||||
[0, 1, 2, 3, 5, 10, 50, 100]
|
||||
),
|
||||
"read_from_filesystem_cache_if_exists_otherwise_bypass_cache": lambda: random.randint(
|
||||
0, 1
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user