mchades commented on code in PR #5121:
URL: https://github.com/apache/gravitino/pull/5121#discussion_r1817990907
##########
clients/client-java/src/main/java/org/apache/gravitino/client/DTOConverters.java:
##########
@@ -212,8 +212,6 @@ static FilesetUpdateRequest
toFilesetUpdateRequest(FilesetChange change) {
} else if (change instanceof FilesetChange.UpdateFilesetComment) {
return new FilesetUpdateRequest.UpdateFilesetCommentRequest(
((FilesetChange.UpdateFilesetComment) change).getNewComment());
- } else if (change instanceof FilesetChange.RemoveComment) {
- return new FilesetUpdateRequest.RemoveFilesetCommentRequest();
Review Comment:
We should retain this code to ensure compatibility.
--
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]