dimas-b commented on code in PR #2170:
URL: https://github.com/apache/polaris/pull/2170#discussion_r2227008858


##########
service/common/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java:
##########
@@ -1672,6 +1672,42 @@ public boolean revokePrivilegeOnCatalogFromRole(
         .isSuccess();
   }
 
+  /**
+   * Checks if a namespace is fully resolved.
+   *
+   * @param resolvedPathWrapper the resolved path wrapper from resolution
+   * @param catalogName the name of the catalog
+   * @param namespace the namespace we're trying to resolve
+   * @return true if the namespace is considered fully resolved for the given 
catalog type
+   */
+  private boolean isNamespaceFullyResolved(

Review Comment:
   ... or perhaps a `public` method in `PolarisResolvedPathWrapper`? :thinking: 



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to