henrib commented on code in PR #6592:
URL: https://github.com/apache/hive/pull/6592#discussion_r3657185301


##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/properties/HMSPropertyManager.java:
##########
@@ -25,14 +25,20 @@
 import java.util.TreeMap;
 
 /**
- * A property manager tailored for the HiveMetaStore.
+ * A property manager tailored for the HiveMetaStore operating on Iceberg 
tables.
  * It describes properties for cluster, database and table based on declared 
schemas.
  * A property is of the form:
  * <ul>
  *   <li>name : when it refers to a cluster property named 'name'</li>
  *   <li>db.name : when it refers to a database property named 'name' for the 
database 'db'</li>
  *   <li>db.table.name : when it refers to a table property named 'name' for 
the table 'table' in the database 'db'</li>
  * </ul>
+ * <p>
+ *   This is meant as the base of a property manager that could be used to 
manage properties in the HiveMetaStore

Review Comment:
   Forget it.



-- 
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]

Reply via email to