huaxingao commented on code in PR #14059:
URL: https://github.com/apache/iceberg/pull/14059#discussion_r2346921903
##########
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Util.java:
##########
@@ -186,7 +185,12 @@ private static OAuthTokenResponse refreshToken(
}
return fetchToken(
- client, Map.of(), config.credential(), config.scope(),
config.oauth2ServerUri());
+ client,
+ Map.of(),
+ config.credential(),
+ config.scope(),
+ config.oauth2ServerUri(),
+ optionalOAuthParams);
Review Comment:
The `fetchToken` call now forwards `optionalOAuthParams` (previous code
didn’t). Is this a functional fix?
--
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]