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