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.83k stars 2.85k forks source link

Add support for `v2Checkpoint` feature in Delta Lake connector #19345

Open ebyhr opened 8 months ago

ebyhr commented 8 months ago

https://github.com/delta-io/delta/blob/master/PROTOCOL.md#v2-checkpoint-table-feature

findinpath commented 8 months ago

From the Delta protocol spec

Multi-part checkpoints are deprecated, and writers should avoid creating them. Use uuid-named V2 spec checkpoints instead of these.