mchades commented on code in PR #5155:
URL: https://github.com/apache/gravitino/pull/5155#discussion_r1807868818


##########
core/src/main/java/org/apache/gravitino/metalake/MetalakeManager.java:
##########
@@ -116,14 +165,13 @@ public BaseMetalake createMetalake(
       NameIdentifier ident, String comment, Map<String, String> properties)
       throws MetalakeAlreadyExistsException {
     long uid = idGenerator.nextId();
-    StringIdentifier stringId = StringIdentifier.fromId(uid);

Review Comment:
   ince the uid was already in the metalake entity field and I don't see that 
uid being used in properties, I removed 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to