emkornfield commented on code in PR #1876:
URL: https://github.com/apache/iceberg-rust/pull/1876#discussion_r2752365941
##########
crates/catalog/s3tables/src/catalog.rs:
##########
@@ -467,8 +467,7 @@ impl Catalog for S3TablesCatalog {
.send()
.await
.map_err(from_aws_sdk_error)?;
- let warehouse_location =
get_resp.warehouse_location().to_string();
-
MetadataLocation::new_with_table_location(warehouse_location).to_string()
+ get_resp.warehouse_location().to_string()
Review Comment:
We needed change this anyways do to the reordering of calls, it seems better
to fix it. I'll open a separate PR.
--
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]