File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
src/Storages/ObjectStorage/DataLakes Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 11#include < Storages/ObjectStorage/DataLakes/IDataLakeMetadata.h>
22#include < Storages/ObjectStorage/StorageObjectStorageSource.h>
3- #include < Storages/ObjectStorage/DataLakes/Iceberg/ManifestFile.h>
43#include < IO/ReadHelpers.h>
54#include < IO/WriteHelpers.h>
65#include < Core/Field.h>
Original file line number Diff line number Diff line change 1717#include < Storages/AlterCommands.h>
1818
1919#include < Storages/ObjectStorage/DataLakes/Iceberg/SchemaProcessor.h>
20+ #include < Storages/ObjectStorage/DataLakes/Iceberg/ManifestFile.h>
2021
2122
2223namespace DataLake
@@ -32,11 +33,6 @@ namespace ErrorCodes
3233extern const int UNSUPPORTED_METHOD;
3334};
3435
35- namespace Iceberg
36- {
37- struct ColumnInfo ;
38- };
39-
4036class DataFileMetaInfo
4137{
4238public:
You can’t perform that action at this time.
0 commit comments