yuqi1129 commented on code in PR #6752:
URL: https://github.com/apache/gravitino/pull/6752#discussion_r2028677561
##########
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:
`RoleMetaService` also uses it. I can lower the access level and use the
package level.
--
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]