wolflex888 opened a new pull request, #12635: URL: https://github.com/apache/iceberg/pull/12635
Originally, we are expecting `loadTable` from the REST Service to return `token` as part of the config in `LoadTableResponse`. The token should have access to the table the application is interacting with. In this PR, I am proposing to inject the token from `tableSession` that's created within `RestSessionCatalog.loadTable`. This make sense since `RestSessionCatalog` already make a request to the REST service for a token that is dedicated to interact with the table. We can use it to interact with the server instead of getting another one from the endpoint. -- 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]
