diff --git a/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h b/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h index 29bd7b992d5..13b4d301daf 100644 --- a/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h +++ b/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h @@ -162,20 +162,21 @@ private: } }; -using IcebergMetadata = Iceberg::IcebergMetadata; #if USE_AVRO +using IcebergMetadata = Iceberg::IcebergMetadata; + #if USE_AWS_S3 using StorageS3IcebergConfiguration = DataLakeConfiguration; -# endif +#endif #if USE_AZURE_BLOB_STORAGE using StorageAzureIcebergConfiguration = DataLakeConfiguration; -# endif +#endif #if USE_HDFS using StorageHDFSIcebergConfiguration = DataLakeConfiguration; -# endif +#endif using StorageLocalIcebergConfiguration = DataLakeConfiguration; #endif @@ -183,7 +184,7 @@ using StorageLocalIcebergConfiguration = DataLakeConfiguration; -# endif +#endif #endif #if USE_AWS_S3