flyrain commented on code in PR #1294:
URL: https://github.com/apache/polaris/pull/1294#discussion_r2027708401


##########
service/common/src/testFixtures/java/org/apache/polaris/service/catalog/PolarisPassthroughResolutionView.java:
##########
@@ -94,6 +95,14 @@ public PolarisResolvedPathWrapper getResolvedPath(
           identifier);
       manifest.resolveAll();
       return manifest.getResolvedPath(identifier, entityType, subType);
+    } else if (key instanceof PolicyIdentifier identifier) {
+      manifest.addPath(
+          new ResolverPath(
+              
PolarisCatalogHelpers.tableIdentifierToList(identifier.toTableIdentifier()),

Review Comment:
   Agreed. I like the idea of `EntityPath` or something similar. Not a blocker 
to me though.



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