arjun7579 opened a new pull request, #7709: URL: https://github.com/apache/gravitino/pull/7709
<!-- 1. Title: [#7706] [Improvement] Reuse token in OAuth2TokenProvider’s getTokenData method instead of calling getAccessToken twice ### What changes were proposed in this pull request? Instead of calling the `getAccessToken()` function twice, we store the returned value in a variable and reuse it within the method. ### Why are the changes needed? The previous approach was inefficient because it invoked the same function twice. With this change, the function is called only once, and the result is cached in a local variable, improving performance and avoiding redundant method calls. Fix: #7706 --> -- 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]
