danielcweeks commented on code in PR #6951: URL: https://github.com/apache/iceberg/pull/6951#discussion_r1125299472
########## 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'm leaving this in so that we can test the loading logic, but it's no longer possible to provide an alternate implementation. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org