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


##########
core/src/main/java/org/apache/gravitino/utils/NamespaceUtil.java:
##########
@@ -107,6 +108,17 @@ public static Namespace ofFileset(String metalake, String 
catalog, String schema
     return Namespace.of(metalake, catalog, schema);
   }
 
+  /**
+   * Create a namespace for fileset from a schema name identifier.
+   *
+   * @param ident The schema name identifier.
+   * @return A namespace for fileset.
+   */
+  public static Namespace toFileset(NameIdentifier ident) {

Review Comment:
   @Abyss-lord 
   Have you resolved this comment? I noticed that you marked it as resolved.



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