Skip to content

Commit 9df8d55

Browse files
committed
try to fix build n + 3
1 parent f5ae85c commit 9df8d55

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Storages/ObjectStorage/StorageObjectStorageSource.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,6 @@ StorageObjectStorageSource::GlobIterator::GlobIterator(
838838
const NamesAndTypesList & hive_columns_,
839839
ContextPtr context_,
840840
ObjectInfos * read_keys_,
841-
size_t list_object_keys_size,
842841
bool throw_on_zero_files_match_,
843842
std::function<void(FileProgress)> file_progress_callback_,
844843
std::unique_ptr<ListObjectsCacheWithKey> list_cache_)

src/Storages/ObjectStorage/StorageObjectStorageSource.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ class StorageObjectStorageSource::GlobIterator : public IObjectIterator, WithCon
202202
const NamesAndTypesList & hive_columns_,
203203
ContextPtr context_,
204204
ObjectInfos * read_keys_,
205-
size_t list_object_keys_size,
206205
bool throw_on_zero_files_match_,
207206
std::function<void(FileProgress)> file_progress_callback_ = {},
208207
std::unique_ptr<ListObjectsCacheWithKey> list_cache_ = nullptr);

0 commit comments

Comments
 (0)