jerryshao commented on code in PR #6039:
URL: https://github.com/apache/gravitino/pull/6039#discussion_r1899472957
##########
clients/client-python/gravitino/dto/requests/model_version_link_request.py:
##########
@@ -59,7 +59,7 @@ def validate(self):
for alias in self._aliases or []:
if not self._is_not_blank(alias):
- raise IllegalArgumentException('Alias must not be null or
empty')
Review Comment:
This is a style fix automatically changed by gradle python build, it is no
harm to include in this PR.
--
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]