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`)
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