justinmclean commented on issue #8087: URL: https://github.com/apache/gravitino/issues/8087#issuecomment-3187216314
Basically, if expires == null or expires <= System.currentTimeMillis() return a new token, if expires > System.currentTimeMillis() return existing token (although you may not need to do this explicitly). -- 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]
