jerqi commented on code in PR #9252:
URL: https://github.com/apache/gravitino/pull/9252#discussion_r2567395813
##########
server-common/src/main/java/org/apache/gravitino/server/authorization/MetadataIdConverter.java:
##########
@@ -93,6 +85,20 @@ public class MetadataIdConverter {
private MetadataIdConverter() {}
+ static {
+ METADATA_TO_ENTITY_TYPE_MAPPING.put(MetadataObject.Type.METALAKE,
Entity.EntityType.METALAKE);
Review Comment:
I can refactor this in my pull request. You can ignore this comment.
--
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]