rchowell opened a new issue, #2312:
URL: https://github.com/apache/iceberg-rust/issues/2312

   ### Apache Iceberg Rust version
   
   None
   
   ### Describe the bug
   
   The opendal configuration for S3 Tables was setup with "s3a" as the default 
scheme, but S3 Tables file URIs use the "s3://" scheme. I was unable to read 
files and got the error:
   
   ```sh
    Error: DataInvalid => Invalid s3 url:
        s3://....metadata.json, should start with
        s3a://...
   ```
   
   ### To Reproduce
   
   Use the s3tables catalog then try to describe a table.
   
   ### Expected behavior
   
   I believe we should use "s3://" as the scheme for S3Tables.
   
   ### Willingness to contribute
   
   I can contribute a fix for this bug independently


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