Apply Iceberg/Delta partition information for file skipping
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 https://github.com/ClickHouse/ClickHouse/issues/67426
+1 for fixing this, seems like a quick win. would help me out alot.
Is that a duplicate of https://github.com/ClickHouse/ClickHouse/issues/54977 ?
DeltaLake: https://github.com/ClickHouse/ClickHouse/pull/78486
Implemented by upstream, released in 25.3.3