diff --git a/src/Storages/StorageS3Cluster.cpp b/src/Storages/StorageS3Cluster.cpp index dee20d2dea3..8b159d0baad 100644 --- a/src/Storages/StorageS3Cluster.cpp +++ b/src/Storages/StorageS3Cluster.cpp @@ -110,7 +110,7 @@ Pipe StorageS3Cluster::read( [callback = context->getReadTaskCallback()]() -> String { return callback(); }); - + Pipes pipes; for (size_t i = 0; i < num_streams; ++i) {