Skip to content

Commit 529a4a0

Browse files
committed
try to fix build n +1
1 parent d364c73 commit 529a4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/ObjectStorage/StorageObjectStorageSource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ class StorageObjectStorageSource::GlobIterator : public IObjectIterator, WithCon
218218
void createFilterAST(const String & any_key);
219219
void fillBufferForKey(const std::string & uri_key);
220220

221-
const StorageObjectStorageConfigurationPtr configuration;
222221
ObjectStorageIteratorPtr object_storage_iterator;
222+
const StorageObjectStorageConfigurationPtr configuration;
223223
const NamesAndTypesList virtual_columns;
224224
const NamesAndTypesList hive_columns;
225225
const bool throw_on_zero_files_match;

0 commit comments

Comments
 (0)