rdblue commented on code in PR #6489:
URL: https://github.com/apache/iceberg/pull/6489#discussion_r1056483561
##########
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Util.java:
##########
@@ -101,6 +106,17 @@ public static Map<String, String> authHeaders(String
token) {
}
}
+ public static Map<String, String> authBasicHeader(String credential) {
Review Comment:
Shouldn't it be `basicAuth` rather than `authBasic`? The other methods that
return a map also use a plural, `Headers` because there could be more than one.
--
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]