pavibhai opened a new pull request, #5989: URL: https://github.com/apache/iceberg/pull/5989
## Why? Currently Iceberg limits the Hive properties that can be configured onto a catalog to `uri -> hive.metastore.uris` and `warehouse -> hive.metastore.warehouse.dir`. This limits the ability to configure the metastore client being set up. For example in a secure set up when using delegation tokens we need to configure different values for `hive.metastore.token.signature` for each metastore service. We need a means for configuring each client differently on some properties and others are generic as derived from the classpath. ## What? In this patch we allow any catalog properties that start with `hive.` to be passed on to the configuration used for creating the MetastoreClient. ## Testing? Unit test was added to verify the above functionality and no regression failures. -- 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]
