We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53eb8cc commit 88224faCopy full SHA for 88224fa
src/Storages/ObjectStorage/DataLakes/IDataLakeMetadata.h
@@ -18,6 +18,14 @@
18
19
#include <Storages/ObjectStorage/DataLakes/Iceberg/SchemaProcessor.h>
20
21
+#if USE_AVRO
22
+#include <Storages/ObjectStorage/DataLakes/Iceberg/ManifestFile.h>
23
+#else
24
+namespace Iceberg
25
+{
26
+struct ColumnInfo;
27
+}
28
+#endif
29
30
namespace DataLake
31
{
@@ -30,12 +38,7 @@ namespace DB
38
namespace ErrorCodes
39
32
40
extern const int UNSUPPORTED_METHOD;
33
-};
34
-
35
-namespace Iceberg
36
-{
37
-struct ColumnInfo;
41
+};;
42
43
class DataFileMetaInfo
44
0 commit comments