Skip to content

Commit 95ae024

Browse files
committed
fix build
1 parent e0663d5 commit 95ae024

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Disks/ObjectStorages/IObjectStorage.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
#include <Processors/ISimpleTransform.h>
3232
#include <Storages/ObjectStorage/DataLakes/DataLakeObjectMetadata.h>
33+
#include <Storages/ObjectStorage/DataLakes/IDataLakeMetadata.h>
3334

3435
#include <Interpreters/Context_fwd.h>
3536
#include "config.h"
@@ -108,7 +109,6 @@ struct ObjectMetadata
108109
};
109110

110111

111-
struct DataFileInfo;
112112
class DataFileMetaInfo;
113113
using DataFileMetaInfoPtr = std::shared_ptr<DataFileMetaInfo>;
114114

@@ -179,7 +179,6 @@ struct PathWithMetadata
179179
PathWithMetadata(const PathWithMetadata & other) = default;
180180

181181
virtual ~PathWithMetadata() = default;
182-
//>>>>>>> 53a743ff8c6 (first draft)
183182

184183
virtual std::string getFileName() const { return std::filesystem::path(relative_path).filename(); }
185184
virtual std::string getFileNameWithoutExtension() const { return std::filesystem::path(relative_path).stem(); }

0 commit comments

Comments
 (0)