paultanay commented on code in PR #9855:
URL: https://github.com/apache/gravitino/pull/9855#discussion_r2753427276


##########
common/src/main/java/org/apache/gravitino/dto/requests/TableUpdateRequest.java:
##########
@@ -623,9 +623,6 @@ public void validate() throws IllegalArgumentException {
               && fieldName.length > 0
               && Arrays.stream(fieldName).allMatch(StringUtils::isNotBlank),
           "\"fieldName\" field is required and cannot be empty");
-      Preconditions.checkArgument(

Review Comment:
   I've added two test cases in TestTableUpdatesRequest.java:
   1. Validates that null comment values are allowed
   2. Validates that empty "" comment values are allowed
   Both tests verify the new behavior matches the existing pattern for 
table-level comments. Tests pass locally.
   
   please re-review that. Thanks...



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