File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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 ;
112112class DataFileMetaInfo ;
113113using 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 (); }
You can’t perform that action at this time.
0 commit comments