jerryshao commented on code in PR #4109:
URL: https://github.com/apache/gravitino/pull/4109#discussion_r1675405154


##########
core/src/main/java/com/datastrato/gravitino/tag/TagManager.java:
##########
@@ -61,6 +71,16 @@ public TagManager(IdGenerator idGenerator, EntityStore 
entityStore) {
       throw new RuntimeException(errorMsg);
     }
 
+    if (!(entityStore instanceof SupportsExtraOperations)) {

Review Comment:
   It is required for Tag, not optional, so that's why I throw an exception 
here if it is not supported.



-- 
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