Abyss-lord commented on code in PR #10554:
URL: https://github.com/apache/gravitino/pull/10554#discussion_r3013056164


##########
clients/client-python/gravitino/client/dto_converters.py:
##########
@@ -285,3 +291,44 @@ def to_job_template_update_request(
             return UpdateJobTemplateContentRequest(template_update_dto)
 
         raise ValueError(f"Unknown change type: {type(change).__name__}")
+
+    @staticmethod
+    def to_tag_update_request(
+        change: TagChange,
+    ) -> tp.Union[
+        TagUpdateRequest.RenameTagRequest,
+        TagUpdateRequest.UpdateTagCommentRequest,
+        TagUpdateRequest.SetTagPropertyRequest,
+        TagUpdateRequest.RemoveTagPropertyRequest,
+    ]:

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]

Reply via email to