HotSushi commented on code in PR #17947:
URL: https://github.com/apache/iceberg/pull/17947#discussion_r3954177030
##########
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java:
##########
@@ -166,6 +166,9 @@ private static class HeaderValidatingAdapter extends
RESTCatalogAdapter {
private final HTTPHeaders contextHeaders;
private final java.util.concurrent.ConcurrentMap<String, RuntimeException>
simulateFailureOnFirstSuccessByKey = new
java.util.concurrent.ConcurrentHashMap<>();
+ // Records the Idempotency-Key value seen on every mutation request, in
arrival order.
+ private final List<String> observedMutationIdempotencyKeys =
+ new java.util.concurrent.CopyOnWriteArrayList<>();
Review Comment:
resolved~
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]