justinmclean opened a new issue, #8197: URL: https://github.com/apache/gravitino/issues/8197
### What would you like to be improved? There no real need to use Objects.equals on recursive in authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/common/PathBasedMetadataObject.java. ### How should we improve? Recursive is a boolean just use ==. Please also add a unit text for this. -- 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]
