justinmclean commented on code in PR #8026:
URL: https://github.com/apache/gravitino/pull/8026#discussion_r2268339663


##########
server/src/main/java/org/apache/gravitino/server/web/filter/GravitinoInterceptionService.java:
##########
@@ -234,10 +234,8 @@ private Map<Entity.EntityType, NameIdentifier> 
extractNameIdentifierFromParamete
                     NameIdentifierUtil.ofFileset(metalake, catalog, schema, 
fileset));
                 break;
               case MODEL:
-                String model = entities.get(Entity.EntityType.MODEL);
                 nameIdentifierMap.put(
-                    Entity.EntityType.MODEL,
-                    NameIdentifierUtil.ofModel(metadata, catalog, schema, 
model));

Review Comment:
   The issue is with this line and we still need catalog, schema and model



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