Skip to content

PyIceberg commit not preserving Hive table properties #2926

@bharos

Description

@bharos

Apache Iceberg version

0.10.0 (latest release)

Please describe the bug 🐞

PyIceberg's Hive catalog loses HMS-specific table properties during table commits (e.g., during overwrite() operations).

When external systems or tools set HMS table parameters that are not managed by Iceberg (such as table_category from data contracts), these properties are lost when PyIceberg performs any table commit operation.

I think we're not merging the hive table's existing properties here :

metadata_location=updated_staged_table.metadata_location,

Willingness to contribute

  • I can contribute a fix for this bug independently
  • I would be willing to contribute a fix for this bug with guidance from the Iceberg community
  • I cannot contribute a fix for this bug at this time

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions