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 partitionValues_parsed with id & name column mapping in Delta Lake #24129
Closed
ebyhr closed 2 days ago
Description
We should write physical column names in
partitionValues_parsed
field on checkpoint files.Fixes #24121
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.