trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
9.85k stars 2.85k forks source link

`DeltaLakePageSourceProvider`: Strip from the dynamic filter predicate the partition columns domains #20215

Closed findinpath closed 6 months ago

findinpath commented 6 months ago

A similar solution to what is being worked on https://github.com/trinodb/trino/pull/20212 should be applied for the Delta Lake connector as well.

findinpath commented 6 months ago

Not needed because the partition values don't get saved in the Parquet file in the Delta Lake table format.