Skip to content

Commit 591b89f

Browse files
committed
try to fix build n + 4
1 parent 9df8d55 commit 591b89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/ObjectStorage/StorageObjectStorageSource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ std::shared_ptr<IObjectIterator> StorageObjectStorageSource::createFileIterator(
210210
/// Iterate through disclosed globs and make a source for each file
211211
iterator = std::make_unique<GlobIterator>(
212212
object_iterator, configuration, predicate, virtual_columns, hive_columns,
213-
local_context, is_archive ? nullptr : read_keys, query_settings.list_object_keys_size,
213+
local_context, is_archive ? nullptr : read_keys,
214214
query_settings.throw_on_zero_files_match, file_progress_callback, std::move(cache_ptr));
215215
}
216216
}

0 commit comments

Comments
 (0)