adutra commented on code in PR #3687:
URL: https://github.com/apache/polaris/pull/3687#discussion_r2774683753
##########
runtime/service/src/test/java/org/apache/polaris/service/catalog/iceberg/CommitTransactionEventTest.java:
##########
@@ -177,6 +178,7 @@ private void createCatalogAndNamespace(
.createNamespace(
catalog,
createNamespaceRequest,
+ UUID.randomUUID(),
Review Comment:
Note: random UUIDs are not UUID v7! This will have to be changed if/when we
decide to support idempotency keys.
--
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]