Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename partitions to partition_summaries in Iceberg manifests table #24103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Nov 12, 2024

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

@cla-bot cla-bot bot added the cla-signed label Nov 12, 2024
@github-actions github-actions bot added docs iceberg Iceberg connector labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants