justinmclean opened a new issue, #7243: URL: https://github.com/apache/gravitino/issues/7243
### What would you like to be improved? The onRoleDeleted method in authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/jdbc/JdbcAuthorizationPlugin.javareturns null. Although Boolean's can be null this can cause NPE or unneeded checks. ### How should we improve? If the return value can't be calculated, it would be best to return true rather than null as a default. -- 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]
