mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Fix style
This commit is contained in:
parent
76acc77e66
commit
c3fb0ef5d4
@ -766,7 +766,12 @@ def run_describe_query(instance, file, connection_string):
|
||||
def run_count_query(instance, file, connection_string, drop_cache_on_retry = False):
|
||||
query = f"select count() from azureBlobStorage('{connection_string}', 'cont', '{file}', auto, auto, 'x UInt64')"
|
||||
if drop_cache_on_retry:
|
||||
return azure_query(node=instance,query=query,query_on_retry="system drop schema cache for azure")
|
||||
return azure_query(
|
||||
node=instance,
|
||||
query=query,
|
||||
query_on_retry="system drop schema cache for azure"
|
||||
)
|
||||
|
||||
return azure_query(instance, query)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user