bknbkn commented on code in PR #4123:
URL: https://github.com/apache/gravitino/pull/4123#discussion_r1675373341
##########
api/src/main/java/com/datastrato/gravitino/file/FilesetChange.java:
##########
@@ -69,6 +69,15 @@ static FilesetChange removeProperty(String property) {
return new RemoveProperty(property);
}
+ /**
+ * Creates a new fileset change to remove comment from the fileset.
+ *
+ * @return The fileset change.
+ */
+ static FilesetChange removeComment() {
+ return new RemoveComment();
Review Comment:
fix
##########
docs/open-api/filesets.yaml:
##########
Review Comment:
fix
--
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]