mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
remove unused var
This commit is contained in:
parent
fa1396a9dd
commit
860f74db62
@ -89,7 +89,6 @@ Pipe StorageS3Cluster::read(
|
|||||||
StorageS3::updateClientAndAuthSettings(context, client_auth);
|
StorageS3::updateClientAndAuthSettings(context, client_auth);
|
||||||
|
|
||||||
auto cluster = context->getCluster(cluster_name)->getClusterWithReplicasAsShards(context->getSettings());
|
auto cluster = context->getCluster(cluster_name)->getClusterWithReplicasAsShards(context->getSettings());
|
||||||
S3::URI s3_uri(Poco::URI{filename});
|
|
||||||
StorageS3::updateClientAndAuthSettings(context, client_auth);
|
StorageS3::updateClientAndAuthSettings(context, client_auth);
|
||||||
|
|
||||||
auto iterator = std::make_shared<StorageS3Source::DisclosedGlobIterator>(*client_auth.client, client_auth.uri);
|
auto iterator = std::make_shared<StorageS3Source::DisclosedGlobIterator>(*client_auth.client, client_auth.uri);
|
||||||
|
Loading…
Reference in New Issue
Block a user