huaxingao commented on code in PR #13066: URL: https://github.com/apache/iceberg/pull/13066#discussion_r2403596477
########## hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java: ########## @@ -88,6 +91,7 @@ public class HiveCatalog extends BaseMetastoreViewCatalog private String name; private Configuration conf; private FileIO fileIO; + private KeyManagementClient keyManagementClient; Review Comment: +1 to handle this later after more catalogs are added. -- 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]
