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


##########
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:
   At least it fits the API spec, even though actual idempotency behaviours are 
not enabled.



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