huan233usc commented on code in PR #2651:
URL: https://github.com/apache/iceberg-rust/pull/2651#discussion_r3443921250
##########
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:
Worth check if e2e for register table requires plumbing credentials. But it
could be a separate pr if needed.
--
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]