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


##########
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:
   @mchades Thanks for the review! 
   
   I added unit tests for the validation logic. For integration tests, could 
you point me to an example test file where I should add the end-to-end test for 
clearing column comments? I want to make sure I follow the right pattern.



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