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


##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/resolver/Resolver.java:
##########
@@ -447,6 +484,57 @@ private ResolverStatus runResolvePass() {
     return validationSuccess ? status : null;
   }
 
+  /**
+   * Execute one resolve pass on all entities without resolving caller 
principal or roles.
+   *
+   * @return status of the resolve pass
+   */
+  private ResolverStatus runResolvePassPathsOnly() {

Review Comment:
   Hi @dimas-b - by that are you suggesting that that the new `Resolver` 
sub-class should be chosen over the existing `Resolver` through a runtime 
configuration?



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