bharos opened a new issue, #2926: URL: https://github.com/apache/iceberg-python/issues/2926
### 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 : https://github.com/apache/iceberg-python/blob/93554a475e681192c783bc2251793a8fd514084e/pyiceberg/catalog/hive.py#L555 ### Willingness to contribute - [x] 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
