yuqi1129 commented on code in PR #5757:
URL: https://github.com/apache/gravitino/pull/5757#discussion_r1871377162
##########
api/src/main/java/org/apache/gravitino/SupportsCatalogs.java:
##########
@@ -78,12 +78,14 @@ default boolean catalogExists(String catalogName) {
* Create a catalog with specified catalog name, type, provider, comment,
and properties.
*
* <p>The parameter "provider" is a short name of the catalog, used to tell
Gravitino which
- * catalog should be created. The short name should be the same as the
{@link CatalogProvider}
- * interface provided.
+ * catalog should be created. The short name:
+ *
+ * <p>1) should be the same as the {@link CatalogProvider} interface
provided. 2) can be "null" if
+ * the created catalog is a built-in catalog, like model catalog.
Review Comment:
And, so the provider of all built-in catalogs is null?
--
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]