mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +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/DeltaLakeMetadata.h>
|
||||||
#include <Storages/ObjectStorage/DataLakes/HudiMetadata.h>
|
#include <Storages/ObjectStorage/DataLakes/HudiMetadata.h>
|
||||||
#include <Storages/ObjectStorage/DataLakes/IDataLakeMetadata.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/HDFS/Configuration.h>
|
||||||
#include <Storages/ObjectStorage/Local/Configuration.h>
|
#include <Storages/ObjectStorage/Local/Configuration.h>
|
||||||
#include <Storages/ObjectStorage/S3/Configuration.h>
|
#include <Storages/ObjectStorage/S3/Configuration.h>
|
||||||
|
@ -69,7 +69,6 @@ enum class PartitionTransform
|
|||||||
Month,
|
Month,
|
||||||
Day,
|
Day,
|
||||||
Hour,
|
Hour,
|
||||||
Identity,
|
|
||||||
Unsupported
|
Unsupported
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user