Support partition pruning for DeltaLake tables in ClickHouse.
Why it matters
This feature adds partition pruning capability when querying DeltaLake tables, improving query performance by scanning only relevant partitions instead of the entire table.How to use it
When querying DeltaLake tables, ClickHouse will automatically apply partition pruning based on filter conditions on partition keys, requiring no additional configuration from the user.