jerryshao commented on code in PR #8334:
URL: https://github.com/apache/gravitino/pull/8334#discussion_r2308892452
##########
server/src/main/java/org/apache/gravitino/server/web/rest/PolicyOperations.java:
##########
@@ -287,7 +287,7 @@ public Response listMetadataObjectsForPolicy(
});
} catch (Exception e) {
- return ExceptionHandlers.handlePolicyException(OperationType.LIST, "",
policyName, e);
+ return ExceptionHandlers.handlePolicyException(OperationType.LIST,
policyName, metalake, e);
Review Comment:
The change is not correct, it should be
`ExceptionHandlers.handlePolicyException(OperationType.LIST, "", metalake, e);`
--
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]