mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Divided logic by files
This commit is contained in:
parent
5746970ea9
commit
63621bd381
@ -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>
|
||||
|
@ -69,7 +69,6 @@ enum class PartitionTransform
|
||||
Month,
|
||||
Day,
|
||||
Hour,
|
||||
Identity,
|
||||
Unsupported
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user