From 63621bd38129e6996aa6694fca281b8c74c35077 Mon Sep 17 00:00:00 2001 From: divanik Date: Mon, 18 Nov 2024 16:27:11 +0000 Subject: [PATCH] Divided logic by files --- src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h | 2 +- src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h b/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h index 1a694a25dff..32ea79e864f 100644 --- a/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h +++ b/src/Storages/ObjectStorage/DataLakes/DataLakeConfiguration.h @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.h b/src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.h index c4f74ad8181..b02a60603ab 100644 --- a/src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.h +++ b/src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.h @@ -69,7 +69,6 @@ enum class PartitionTransform Month, Day, Hour, - Identity, Unsupported };