sungwy commented on code in PR #3427:
URL: https://github.com/apache/polaris/pull/3427#discussion_r2696847459


##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/resolver/PolarisResolutionManifest.java:
##########
@@ -143,6 +143,16 @@ public ResolverStatus resolveAll() {
     return primaryResolverStatus;
   }
 
+  /**
+   * Resolve only reference catalog, entities, and paths without resolving 
caller principal or
+   * roles. Returns SUCCESS, PATH_COULD_NOT_BE_FULLY_RESOLVED, or 
ENTITY_COULD_NOT_BE_RESOLVED and
+   * never returns CALLER_PRINCIPAL_DOES_NOT_EXIST.
+   */
+  public ResolverStatus resolvePathsOnly() {

Review Comment:
   Hmmm I agree that I'm not a fan of the current name, nor these options :)
   
   But naming is important! Let me give this a bit more thought while we 
continue the review



-- 
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]

Reply via email to