You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In common/src/main/java/org/apache/gravitino/dto/requests/ModelVersionUpdatesRequest.java a null pointer exception will happen if update is null when validate() is call.
How should we improve?
Check if it is null and throw an IllegalArgumentException