mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +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);
|
||||
|
||||
remote_query_executor->setLogger(log);
|
||||
pipes.emplace_back(
|
||||
std::make_shared<RemoteSource>(remote_query_executor, add_agg_info, current_settings.async_socket_for_remote, false));
|
||||
pipes.emplace_back(std::make_shared<RemoteSource>(
|
||||
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