lasdf1234 commented on code in PR #11848:
URL: https://github.com/apache/gravitino/pull/11848#discussion_r3527450924


##########
core/src/main/java/org/apache/gravitino/storage/relational/po/UserPO.java:
##########
@@ -138,6 +162,7 @@ private void validate() {
       Preconditions.checkArgument(userPO.currentVersion != null, "Current 
version is required");
       Preconditions.checkArgument(userPO.lastVersion != null, "Last version is 
required");
       Preconditions.checkArgument(userPO.deletedAt != null, "Deleted at is 
required");
+      Preconditions.checkArgument(userPO.enabled != null, "Enabled is 
required");

Review Comment:
   Thank you for your suggestion. This Preconditions.checkArgument has been 
removed.



-- 
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]

Reply via email to