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 partitionValues_parsed with id & name column mapping in Delta Lake #24129

Closed ebyhr closed 2 days ago

ebyhr commented 1 week 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.

ebyhr commented 1 week ago

(Changed to draft for avoiding accidental merge)