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
39dd15fe20
commit
bcd08b8953
@ -83,9 +83,11 @@ def instance_insert_statement(
|
|||||||
template,
|
template,
|
||||||
table_name=table_name,
|
table_name=table_name,
|
||||||
count=count,
|
count=count,
|
||||||
insert_columns="'src_4', 4"
|
insert_columns=(
|
||||||
if not insert_unique_blocks
|
"'src_4', 4"
|
||||||
else "'src_' || toString(number), number",
|
if not insert_unique_blocks
|
||||||
|
else "'src_' || toString(number), number"
|
||||||
|
),
|
||||||
insert_settings=insert_settings,
|
insert_settings=insert_settings,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user