dimas-b commented on code in PR #3427:
URL: https://github.com/apache/polaris/pull/3427#discussion_r2699851583
##########
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:
Yes, something like that... but it depends on how / where we actually change
to the new call path... which is not obvious in this PR :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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]