justinmclean opened a new issue, #7586:
URL: https://github.com/apache/gravitino/issues/7586
### What would you like to be improved?
This code looks to be incorrect:
```
Preconditions.checkArgument(
authzMetadataObject.type()
==
PathBasedMetadataObject.PathType.get(MetadataObject.Type.SCHEMA),
``
### How should we improve?
Should use .equals rather than ==?
--
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]