mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Automatic style fix
This commit is contained in:
parent
a3283e0cb3
commit
fb65c168a7
@ -19,7 +19,9 @@ def cluster():
|
|||||||
cluster = ClickHouseCluster(__file__)
|
cluster = ClickHouseCluster(__file__)
|
||||||
cluster.add_instance(
|
cluster.add_instance(
|
||||||
"node",
|
"node",
|
||||||
main_configs=["configs/storage_arm.xml"] if is_arm() else ["configs/storage_amd.xml"],
|
main_configs=["configs/storage_arm.xml"]
|
||||||
|
if is_arm()
|
||||||
|
else ["configs/storage_amd.xml"],
|
||||||
with_minio=True,
|
with_minio=True,
|
||||||
with_hdfs=not is_arm(),
|
with_hdfs=not is_arm(),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user