jerryshao commented on code in PR #7133:
URL: https://github.com/apache/gravitino/pull/7133#discussion_r2081094565
##########
clients/client-python/gravitino/api/model_version_change.py:
##########
@@ -65,6 +65,17 @@ def update_uri(uri: str):
"""
return ModelVersionChange.UpdateUri(uri)
+ @staticmethod
+ def update_aliases(add_aliases, delete_aliases):
Review Comment:
Here you still use "delete" rather than "remove", I think you should unify
them all.
--
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]