Open
Description
Partitioning is a part of Iceberg and DeltaLake protocol specification. It is already available in catalog implementation (https://github.com/ClickHouse/ClickHouse/blob/master/src/Storages/ObjectStorage/DataLakes/PartitionColumns.h) but need to be used in query time.
Related ClickHouse#67426