diff --git a/src/Storages/ObjectStorage/StorageObjectStorageSource.cpp b/src/Storages/ObjectStorage/StorageObjectStorageSource.cpp index 1ebda25ceb1..1e5eeaac19e 100644 --- a/src/Storages/ObjectStorage/StorageObjectStorageSource.cpp +++ b/src/Storages/ObjectStorage/StorageObjectStorageSource.cpp @@ -572,6 +572,7 @@ std::unique_ptr StorageObjectStorageSource::createReadBu reader, modified_read_settings, buffer_size, + modified_read_settings.remote_read_min_bytes_for_seek, context_->getAsyncReadCounters(), context_->getFilesystemReadPrefetchesLog());