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

Rename partitions to partition_summaries in Iceberg manifests table #24103

Open ebyhr opened 1 week ago

ebyhr commented 1 week ago

Description

The column name is partition_summaries in Spark: https://iceberg.apache.org/docs/latest/spark-queries/#manifests It would be nice to rename the column as we usually use partition(s) name when returning partition's key and value (e.g. {part=2021-01-12}) with row type.

Relates to #24101

Release notes

## Iceberg
* Rename `partitions` column to `partition_summaries` in `manifests` metadata table. ({issue}`24103`)