Skip to content

Commit b00cfa4

Browse files
committed
Fixed cmpilation problem
1 parent 1244c42 commit b00cfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ class StorageIcebergConfiguration : public StorageObjectStorageConfiguration, pu
444444
bool isPathInArchiveWithGlobs() const override { return getImpl().isPathInArchiveWithGlobs(); }
445445
std::string getPathInArchive() const override { return getImpl().getPathInArchive(); }
446446

447-
void check(ContextPtr context) const override { getImpl().check(context); }
447+
void check(ContextPtr context) override { getImpl().check(context); }
448448
void validateNamespace(const String & name) const override { getImpl().validateNamespace(name); }
449449

450450
ObjectStoragePtr createObjectStorage(ContextPtr context, bool is_readonly) override

0 commit comments

Comments
 (0)