justinmclean opened a new issue, #4186:
URL: https://github.com/apache/gravitino/issues/4186
### What would you like to be improved?
This code uses the wrong class to access a static:
```
SecurableObject securableObject =
SecurableObjects.parse(
object.getFullName(),
SecurableObject.Type.valueOf(object.getType()), privileges);
```
### How should we improve?
Use the correct class
--
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]