jerryshao commented on code in PR #5757:
URL: https://github.com/apache/gravitino/pull/5757#discussion_r1872819790
##########
clients/client-python/gravitino/dto/requests/catalog_create_request.py:
##########
@@ -60,5 +60,3 @@ def validate(self):
raise ValueError('"name" field is required and cannot be empty')
if not self._type:
raise ValueError('"catalog_type" field is required and cannot be
empty')
- if not self._provider:
Review Comment:
No, it doesn't break the compatibility, the difference is that we loose the
constraints so that we don't have to provide a "provider" if we create a
built-in catalog.
--
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]