jerryshao commented on code in PR #9478:
URL: https://github.com/apache/gravitino/pull/9478#discussion_r2622300842
##########
clients/client-python/gravitino/api/catalog.py:
##########
@@ -31,7 +31,7 @@ class Catalog(Auditable):
class Type(Enum):
"""The type of the catalog."""
- RELATIONAL = ("relational", False)
+ RELATIONAL = ("relational", True)
Review Comment:
Why do we change this to `True`, I think it is not correct.
--
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]