mchades commented on code in PR #5121:
URL: https://github.com/apache/gravitino/pull/5121#discussion_r1817991188
##########
clients/client-python/gravitino/api/fileset_change.py:
##########
@@ -81,8 +81,11 @@ def remove_comment():
Returns:
The fileset change.
+
+ Deprecated:
+ Please use `update_comment(str)` with null value as the argument
instead.
"""
- return FilesetChange.RemoveComment()
+ return FilesetChange.UpdateFilesetComment("")
Review Comment:
should use `None` instead?
--
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]