jerqi commented on code in PR #8223:
URL: https://github.com/apache/gravitino/pull/8223#discussion_r2289690599
##########
server-common/src/main/java/org/apache/gravitino/server/authorization/MetadataFilterHelper.java:
##########
@@ -172,6 +172,15 @@ private static Map<Entity.EntityType, NameIdentifier>
spiltMetadataNames(
nameIdentifierMap.put(
Entity.EntityType.CATALOG,
NameIdentifierUtil.getCatalogIdentifier(nameIdentifier));
break;
+ case MODEL_VERSION:
Review Comment:
Maybe we should throw Exceptions when default cases to avoid forgetting
adding new entityTypes.
--
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]