diqiu50 commented on code in PR #9460:
URL: https://github.com/apache/gravitino/pull/9460#discussion_r2612779870
##########
catalogs/catalog-hive/src/main/java/org/apache/gravitino/catalog/hive/HiveCatalogPropertiesMetadata.java:
##########
@@ -61,6 +64,14 @@ public class HiveCatalogPropertiesMetadata extends
BaseCatalogPropertiesMetadata
"The Hive metastore URIs",
false /* immutable */,
false /* hidden */))
+ .put(
+ DEFAULT_CATALOG,
+ PropertyEntry.stringOptionalPropertyEntry(
+ DEFAULT_CATALOG,
+ "The default Hive Metastore catalog name used when talking
to HMS",
+ false /* immutable */,
Review Comment:
fixed
--
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]