mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Fix: *Cluster table functions progress bar
This commit is contained in:
parent
ad8029d2fd
commit
9bd633cdf6
@ -191,8 +191,11 @@ void ReadFromCluster::initializePipeline(QueryPipelineBuilder & pipeline, const
|
|||||||
extension);
|
extension);
|
||||||
|
|
||||||
remote_query_executor->setLogger(log);
|
remote_query_executor->setLogger(log);
|
||||||
pipes.emplace_back(
|
pipes.emplace_back(std::make_shared<RemoteSource>(
|
||||||
std::make_shared<RemoteSource>(remote_query_executor, add_agg_info, current_settings.async_socket_for_remote, false));
|
remote_query_executor,
|
||||||
|
add_agg_info,
|
||||||
|
current_settings.async_socket_for_remote,
|
||||||
|
current_settings.async_query_sending_for_remote));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user