mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix
This commit is contained in:
parent
4fddf60f05
commit
06a3a81b24
@ -73,15 +73,6 @@ def _create_query(query_tmpl, table_name):
|
||||
return query_tmpl.format(table_name=table_name)
|
||||
|
||||
|
||||
def _get_result_without_parallel_replicas(query):
|
||||
return nodes[0].query(
|
||||
query,
|
||||
settings={
|
||||
"allow_experimental_parallel_reading_from_replicas": 0,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
def _get_result_with_parallel_replicas(
|
||||
query, cluster_name, parallel_replicas_mark_segment_size
|
||||
):
|
||||
|
Loading…
Reference in New Issue
Block a user