Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
10.49k
stars
3.02k
forks
source link
Fix incorrect result when filtering partitions on Delta checkpoint #24118
Closed
ebyhr closed 1 week ago
Description
partitionvalues_parsed
holds physical column namescol-{uuid}
, not logical names.Fixes #24104
Release notes