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

Add `$entries` metadata table to Iceberg #24172

Open ebyhr opened 2 days ago

ebyhr commented 2 days ago

Description

Add entries table which show all the table's current manifest entries for both data and delete files. Spark documentation: https://iceberg.apache.org/docs/latest/spark-queries/#entries

Release notes

## Iceberg
* Add `$entries` metadata table. ({issue}`issuenumber`)