jerqi commented on code in PR #9502:
URL: https://github.com/apache/gravitino/pull/9502#discussion_r2650824590
##########
core/src/main/java/org/apache/gravitino/catalog/CatalogManager.java:
##########
@@ -893,6 +894,15 @@ private boolean getCatalogInUseValue(EntityStore store,
NameIdentifier catalogId
}
}
+ private boolean isManagedCatalog(CatalogWrapper catalogWrapper) {
+ try {
+ return
catalogWrapper.capabilities().managedStorage(Capability.Scope.CATALOG).supported();
Review Comment:
@mchades Is it ok here? What's the meaning of managed storage? If it means
the scope of the metadata object is managed fully Gravitino. Does the catalog
metadata is fully managed by Gravitino? It seems that all the catalog providers
managed fully the catalog.
--
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]