mchades commented on code in PR #4108:
URL: https://github.com/apache/gravitino/pull/4108#discussion_r1677737538
##########
api/src/main/java/com/datastrato/gravitino/SupportsCatalogs.java:
##########
@@ -114,4 +114,23 @@ Catalog alterCatalog(String catalogName, CatalogChange...
changes)
* @return True if the catalog was dropped, false otherwise.
*/
boolean dropCatalog(String catalogName);
+
+ /**
+ * Test whether a catalog can be created successfully with the specified
parameters, without
Review Comment:
updated
--
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]