mchades commented on code in PR #9460:
URL: https://github.com/apache/gravitino/pull/9460#discussion_r2610140863
##########
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:
Can the user change the default catalog after it has been created?
--
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]