flyrain commented on code in PR #1294:
URL: https://github.com/apache/polaris/pull/1294#discussion_r2027575988
##########
service/common/src/testFixtures/java/org/apache/polaris/service/catalog/PolarisPassthroughResolutionView.java:
##########
@@ -130,6 +139,13 @@ public PolarisResolvedPathWrapper
getPassthroughResolvedPath(
new
ResolverPath(PolarisCatalogHelpers.tableIdentifierToList(identifier),
entityType),
identifier);
return manifest.getPassthroughResolvedPath(identifier, entityType,
subType);
+ } else if (key instanceof PolicyIdentifier policyIdentifier) {
+ manifest.addPassthroughPath(
+ new ResolverPath(
+
PolarisCatalogHelpers.tableIdentifierToList(policyIdentifier.toTableIdentifier()),
Review Comment:
policyIdentifier.toTableIdentifier(
--
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]