xunliu commented on code in PR #5222: URL: https://github.com/apache/gravitino/pull/5222#discussion_r1810793039
########## api/src/main/java/org/apache/gravitino/MetadataObjects.java: ########## @@ -159,7 +160,7 @@ public static MetadataObject parse(String fullName, MetadataObject.Type type) { * @param names The names of the metadata object * @return The parent full name if it exists, otherwise null */ - public static String getParentFullName(List<String> names) { + private static String getParentFullName(List<String> names) { Review Comment: This is my rollback change in the https://github.com/apache/gravitino/pull/5113 -- 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