Divided logic by files

This commit is contained in:
divanik 2024-11-18 16:27:11 +00:00
parent 5746970ea9
commit 63621bd381
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#include <Storages/ObjectStorage/DataLakes/DeltaLakeMetadata.h>
#include <Storages/ObjectStorage/DataLakes/HudiMetadata.h>
#include <Storages/ObjectStorage/DataLakes/IDataLakeMetadata.h>
#include <Storages/ObjectStorage/DataLakes/IcebergMetadata.h>
#include <Storages/ObjectStorage/DataLakes/Iceberg/IcebergMetadata.h>
#include <Storages/ObjectStorage/HDFS/Configuration.h>
#include <Storages/ObjectStorage/Local/Configuration.h>
#include <Storages/ObjectStorage/S3/Configuration.h>

View File

@ -69,7 +69,6 @@ enum class PartitionTransform
Month,
Day,
Hour,
Identity,
Unsupported
};