geyanggang commented on PR #12482: URL: https://github.com/apache/gravitino/pull/12482#issuecomment-5337387917
I also don't think we can simply convert ForbiddenException to CatalogException here. This will break the Calcite speculative probe scenario that the original fix. The fix should be in the server's authorization interceptor(issue:#11130). The root cause: the authorization interceptor returns 403 for non-existent resources, WDYT?@roryqi -- 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]
