bryanck opened a new pull request, #5698: URL: https://github.com/apache/iceberg/pull/5698
This PR adds handling of OAuth error responses. Currently, there is no special handling for OAuth errors and all error response parsing is assumed to be in the same format. Because OAuth error responses are in a different format per the OAuth spec, this results in a paring error. A new `RESTErrorResponse` marker interface was introduced with 2 implementations, one for standard errors and one for OAuth errors. Also, the error handlers were refactored to support different error response classes. -- 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]
