dimas-b commented on code in PR #4491:
URL: https://github.com/apache/polaris/pull/4491#discussion_r3269902775


##########
runtime/service/src/test/java/org/apache/polaris/service/admin/PolarisS3InteroperabilityTest.java:
##########
@@ -134,6 +135,7 @@ private GetNamespaceResponse createNamespace(
             .createNamespace(
                 catalogName,
                 createNamespaceRequest,
+                new UUID(0L, 0L) /* TODO UUID v7 */,

Review Comment:
   Well, we could create it externally and have a constant from two longs, 
right?



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