Skip to content

Commit 04920e2

Browse files
Enmkianton-ru
authored andcommitted
Merge pull request #761 from Altinity/feature/fix_integration_tests
Feature/fix integration tests
1 parent acb8f88 commit 04920e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@ class StorageIcebergConfiguration : public StorageObjectStorage::Configuration,
482482
return getImpl().tryGetSamplePathFromMetadata();
483483
}
484484

485+
virtual void assertInitialized() const override { return getImpl().assertInitialized(); }
486+
485487
private:
486488
inline StorageObjectStorage::Configuration & getImpl() const
487489
{

0 commit comments

Comments
 (0)