jerryshao commented on code in PR #6752: URL: https://github.com/apache/gravitino/pull/6752#discussion_r2021432891
########## core/src/main/java/org/apache/gravitino/storage/relational/service/MetadataObjectService.java: ########## @@ -57,6 +59,18 @@ public class MetadataObjectService { private static final Logger LOG = LoggerFactory.getLogger(MetadataObjectService.class); + public static final Map<MetadataObject.Type, Function<List<Long>, Map<Long, String>>> Review Comment: Why do you make it public? -- 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