adutra commented on code in PR #4491:
URL: https://github.com/apache/polaris/pull/4491#discussion_r3269507036
##########
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:
There is no way to create a UUID v7 with just the JDK. We need a dedicated
library for that. I don't want to go down that rabbit hole for now 😅
--
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]