pvary commented on issue #3783: URL: https://github.com/apache/iceberg/issues/3783#issuecomment-999365892
When creating a table we synchronise the iceberg table properties with the HMS table properties. See: https://github.com/apache/iceberg/blob/7fcc71da65a47ca3c9f6eb6e862a238389b8bdc5/hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java#L354-L397 In Hive 2 and Hive 3 there is no way to synchronise the Hive changes back to the Iceberg tables, but we have an upstream Hive patch for synchronising the changes in the other direction too (Hive->Iceberg): [HIVE-25065](https://issues.apache.org/jira/browse/HIVE-25065). -- 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]
