wypoon opened a new pull request #4017: URL: https://github.com/apache/iceberg/pull/4017
When creating a table using the `HiveCatalog`, the table will be Hive-enabled if engine.hive.enabled is set to true in the table properties in the `TableMetadata`, or if the Hadoop `Configuration` has iceberg.engine.hive.enabled set to true. Currently, for the latter scenario, we do not write engine.hive.enabled=true in the table properties in the HMS. If another writer subsequently updates the table, and does not have iceberg.engine.hive.enabled set to true in its Hadoop `Configuration`, then the fact that the table is Hive-enabled will be lost. To be consistent, we should write engine.hive.enabled=true in the table properties when committing a Hive-enabled table. -- 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]
