yuqi1129 commented on code in PR #6752:
URL: https://github.com/apache/gravitino/pull/6752#discussion_r2020348865


##########
core/src/main/java/org/apache/gravitino/storage/relational/service/TagMetaService.java:
##########
@@ -55,6 +58,18 @@ public static TagMetaService getInstance() {
     return INSTANCE;
   }
 
+  private static final Map<MetadataObject.Type, Function<List<Long>, Map<Long, 
String>>>

Review Comment:
   Yes,  the code in `RoleService` uses a temporary value in a method to solve 
it. They are mostly the same and have minor differences. 
   
   Do you mean we may need to try to merge them?



-- 
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: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to