pandeysambhi commented on code in PR #8334:
URL: https://github.com/apache/gravitino/pull/8334#discussion_r2309203970
##########
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:
@jerryshao issue mentioned that the order of parameters are incorrect and to
use metalake as the parent. as per your suggestion, policyName should be empty,
do you want me to update the PR with that change.
--
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]