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
10.49k stars 3.02k forks source link

Fix incorrect result when filtering partitions on Delta checkpoint #24118

Closed ebyhr closed 1 week ago

ebyhr commented 1 week ago

Description

partitionvalues_parsed holds physical column names col-{uuid}, not logical names.

Fixes #24104

Release notes

## Delta Lake
* Fix incorrect results when filtering partition columns on checkpoint with `NAME` column mapping mode. ({issue}`24104`)