jackylee-ch commented on code in PR #12712:
URL: https://github.com/apache/iceberg/pull/12712#discussion_r2028733335


##########
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##########
@@ -80,6 +80,8 @@ public class HiveCatalog extends BaseMetastoreViewCatalog
   public static final String HMS_DB_OWNER = "hive.metastore.database.owner";
   public static final String HMS_DB_OWNER_TYPE = 
"hive.metastore.database.owner-type";
 
+  private static final String HMS_CLIENT_CLASS = "hms-client-class";
+  private static final String HMS_CLIENT_NAME = "hive.metastore.client.class";

Review Comment:
   Users mainly use `hms-client-class` in properties, while the 
`hive.metastore.client.class` parameter is mainly used for configuration 
transmission and is invisible to users.
   
   Maybe we can consider mapping `properties` to `conf` so that users can 
uniformly manage configuration through `hive.metastore.client.class`?



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to