jarredhj0214 commented on code in PR #12482:
URL: https://github.com/apache/gravitino/pull/12482#discussion_r3818260432
##########
server/src/main/java/org/apache/gravitino/server/web/filter/GravitinoInterceptionService.java:
##########
@@ -237,6 +236,14 @@ public Object invoke(MethodInvocation methodInvocation)
throws Throwable {
secondaryExpressionCondition);
boolean authorizeResult =
executor.execute(authorizationRequestContext);
if (!authorizeResult) {
+ if (shouldProceedForMissingMetadata(
Review Comment:
Thanks for pointing this out. Updated the implementation to reuse
`allowCheckExistence` and moved the load-table existence probe handling into
`LoadTableAuthorizationExecutor`, instead of adding this logic in
`GravitinoInterceptionService`.
--
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]