mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
fixed code-style
This commit is contained in:
parent
2176d74cd1
commit
c5e02be44e
@ -47,7 +47,7 @@ bool HiveMetastoreClient::shouldUpdateTableMetadata(
|
||||
void HiveMetastoreClient::tryCallHiveClient(std::function<void(ThriftHiveMetastoreClientPool::Entry &)> func)
|
||||
{
|
||||
int i = 0;
|
||||
String err_msg;
|
||||
String err_msg;
|
||||
for (; i < max_retry; ++i)
|
||||
{
|
||||
auto client = client_pool.get(get_client_timeout);
|
||||
|
Loading…
Reference in New Issue
Block a user