flyrain commented on code in PR #13234: URL: https://github.com/apache/iceberg/pull/13234#discussion_r2145887045
########## core/src/test/java/org/apache/iceberg/rest/TestHTTPClient.java: ########## @@ -71,6 +71,8 @@ public class TestHTTPClient { private static final int PORT = 1080; private static final String BEARER_AUTH_TOKEN = "auth_token"; + private static final String USER_AGENT = "User-Agent"; Review Comment: btw, I didn't find the constant in the class `org.apache.iceberg.rest.HttpHeaders`. Are you referring to another class with the same name? -- 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