sshkvar opened a new pull request #2850: URL: https://github.com/apache/iceberg/pull/2850
Hi, I would like to add ability to have unique table location for each new table in hive catalog. Let me provide some details why I need it. We have 2 main engines which works with iceberg tables: trino and spark. For storing metadata we are using Hive metastore. Data and metadata stored on s3. We also have a requirement don't drop table data and metadata when dropping table from hive metastore. It will allow us to restore any dropped table. In this PR I added new Catalog property `APPEND_UUID_SUFFIX_TO_TABLE_LOCATION`. If this property is set to `true`, on table create action we will add UUID suffix (like s3://bucket/tableName-UUID) which will be used for building table location. @RussellSpitzer could you please take a look? -- 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]
