dennishuo commented on code in PR #1305:
URL: https://github.com/apache/polaris/pull/1305#discussion_r2043657568
##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/resolver/PolarisResolutionManifest.java:
##########
@@ -383,7 +397,13 @@ public PolarisResolvedPathWrapper getResolvedPath(
if (resolvedPath == null) {
return null;
}
- if (resolvedPath.getRawLeafEntity() != null
+ // In the case of a passthrough facade, we may have only resolved part of
the parent path
+ // in which case the subtype wouldn't match; return the path anyways in
this case.
+ //
+ // TODO: Reconcile how we'll handle "TABLE_NOT_FOUND" or "VIEW_NOT_FOUND"
semantics
Review Comment:
We will. This ResolutionManifest run occurs during the parent-inherited
authz phase of request handling prior to forwarding any request to the remote
catalog.
--
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]