justinmclean opened a new issue, #8013:
URL: https://github.com/apache/gravitino/issues/8013
### What would you like to be improved?
In
server/src/main/java/org/apache/gravitino/server/web/filter/GravitinoInterceptionService.java
there is an error in this code as it's passing metadata not metalake.
```
case MODEL:
String model = entities.get(Entity.EntityType.MODEL);
nameIdentifierMap.put(
Entity.EntityType.MODEL,
NameIdentifierUtil.ofModel(metadata, catalog, schema,
model));
```
### How should we improve?
Pass metalake instead
--
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]