puchengy opened a new issue, #4583: URL: https://github.com/apache/iceberg/issues/4583
Currently, we have `write.metadata.location` table property to customize metadata location for each table. However, it is not possible to make all table metadata write to a common prefix. This feature is desirable as the platform maintainer would want to put all metadata into a metadata specific bucket and implement some lock down mechanism to protect the metadata. Methodology proposal: 1. have a MetadataLocationProvider (similar to LocationProvider) 2. have a catalog property to specify a config name `metadata.prefix` and it will used by this MetadataLocationProvider. -- 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]
