plusplusjiajia commented on code in PR #2651:
URL: https://github.com/apache/iceberg-rust/pull/2651#discussion_r3650423370
##########
crates/catalog/rest/src/catalog.rs:
##########
@@ -991,7 +1007,9 @@ impl Catalog for RestCatalog {
"Metadata location missing in `register_table` response!",
))?;
- let file_io = self.load_file_io(Some(metadata_location), None).await?;
+ let file_io = self
+ .load_file_io(Some(metadata_location), None, None)
Review Comment:
@huan233usc Checked — `register_table` builds its FileIO without vended
credentials, but that matches the spec: the register response doesn't carry
`storage-credentials`. Callers needing them can `load_table` afterwards. No
change needed as far as I can tell — happy to revisit if you had a specific
case in mind.
--
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]