hdygxsj commented on code in PR #6842:
URL: https://github.com/apache/gravitino/pull/6842#discussion_r2046923375


##########
core/src/main/java/org/apache/gravitino/utils/NameIdentifierUtil.java:
##########
@@ -45,6 +46,18 @@ public class NameIdentifierUtil {
 
   private NameIdentifierUtil() {}
 
+  /**
+   * Create a NameIdentifier for any metadata type
+   *
+   * @param metadataType metadataType
+   * @param metadataNames metadata names, such as metalake-a,catalog-b,schema-c
+   * @return NameIdentifier
+   */
+  public static NameIdentifier of(
+      MetadataObject.Type metadataType, Map<String, String> metadataNames) {
+    return null;
+  }

Review Comment:
   It should also be moved to another PR. I missed it.



-- 
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