justinmclean opened a new issue, #7636: URL: https://github.com/apache/gravitino/issues/7636
### What would you like to be improved? validateEntityHasIdentifier in core/src/main/java/org/apache/gravitino/cache/BaseEntityCache.java shoudl check if entity is null ### How should we improve? Add something similar to this: ``` Preconditions.checkArgument(entity != null, "Entity cannot be null"); ``` -- 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]
