rdblue commented on code in PR #6951:
URL: https://github.com/apache/iceberg/pull/6951#discussion_r1125181817
##########
core/src/test/java/org/apache/iceberg/rest/TestHTTPClient.java:
##########
@@ -265,4 +281,17 @@ public boolean equals(Object o) {
return Objects.equals(id, item.id) && Objects.equals(data, item.data);
}
}
+
+ public static class TestHttpRequestInterceptor implements
HttpRequestInterceptor {
Review Comment:
I'd prefer not to expose this as a feature.
--
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]