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

Merged
merged 1 commit into from
Dec 11, 2024

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
@ebyhr ebyhr merged commit d6ce464 into trinodb:master Dec 11, 2024
45 checks passed
@ebyhr ebyhr deleted the ebi/iceberg-manifest-table branch December 11, 2024 05:03
@github-actions github-actions bot added this to the 468 milestone Dec 11, 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.

5 participants