Fix: *Cluster table functions progress bar

This commit is contained in:
Igor Nikonov 2024-02-28 16:28:28 +00:00
parent ad8029d2fd
commit 9bd633cdf6

View File

@ -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));
}
}