rockwotj commented on code in PR #795:
URL: https://github.com/apache/iceberg-go/pull/795#discussion_r2962183918


##########
catalog/rest/rest.go:
##########
@@ -675,16 +685,41 @@ func checkValidNamespace(ident table.Identifier) error {
        return nil
 }
 
-func (r *Catalog) tableFromResponse(ctx context.Context, identifier []string, 
metadata table.Metadata, loc string, config iceberg.Properties) (*table.Table, 
error) {
+func (r *Catalog) tableFromResponse(_ context.Context, identifier []string, 
metadata table.Metadata, loc string, config iceberg.Properties) (*table.Table, 
error) {
+       refresher := &vendedCredentialRefresher{

Review Comment:
   > would it spam refreshes if there's no expiration provided for the creds?
   
   No it defaults to 60 minute refresh, it's just if the catalog doesn't 
implement this endpoint and returns a 404 or something, then it could get 
spammed



-- 
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]

Reply via email to