jerqi commented on code in PR #6039:
URL: https://github.com/apache/gravitino/pull/6039#discussion_r1899470926
##########
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:
Do we need this change?
--
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]