daiyy opened a new pull request, #1590:
URL: https://github.com/apache/iceberg-rust/pull/1590

   ## Which issue does this PR close?
   
   - Closes #1589
   
   ## What changes are included in this PR?
   
   As S3Tables REST endpoint accept `warehouse` only in ARN format,
   Current code logic will infer file io scheme through `warehouse_path` in ARN 
format as `arn` which is wrong and unable to be processed.
   
   Changed the code logic to try infer file io scheme with `metadata_location` 
before `warehouse_path`,
   This makes file io scheme infer as `s3` correctly.
   
   ## Are these changes tested?
   
   Test only in `load_table` path for rest catalog implementation


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