jerqi commented on code in PR #8443:
URL: https://github.com/apache/gravitino/pull/8443#discussion_r2332225547


##########
core/src/main/java/org/apache/gravitino/utils/MetadataObjectUtil.java:
##########
@@ -191,6 +193,8 @@ public static void checkMetadataObject(String metalake, 
MetadataObject object) {
           throw checkNotNull(exceptionToThrowSupplier).get();
         }
         break;
+      case GROUP:

Review Comment:
   Please remove this line.



##########
core/src/main/java/org/apache/gravitino/utils/MetadataObjectUtil.java:
##########
@@ -111,6 +112,7 @@ public static NameIdentifier toEntityIdent(String 
metalakeName, MetadataObject m
       case FILESET:
       case COLUMN:
       case MODEL:
+      case GROUP:

Review Comment:
   Please remove this line.



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