mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Automatic style fix
This commit is contained in:
parent
55053dae44
commit
41deadda35
@ -59,7 +59,14 @@ def test_distributed_type_object(started_cluster):
|
||||
)
|
||||
|
||||
expected = TSV("120\n")
|
||||
assert TSV(node1.query("SELECT sum(data.k2 * id) FROM dist_table SETTINGS optimize_arithmetic_operations_in_aggregate_functions = 0")) == expected
|
||||
assert (
|
||||
TSV(
|
||||
node1.query(
|
||||
"SELECT sum(data.k2 * id) FROM dist_table SETTINGS optimize_arithmetic_operations_in_aggregate_functions = 0"
|
||||
)
|
||||
)
|
||||
== expected
|
||||
)
|
||||
|
||||
node1.query("TRUNCATE TABLE local_table")
|
||||
node2.query("TRUNCATE TABLE local_table")
|
||||
|
Loading…
Reference in New Issue
Block a user