Skip to content

Unable to read S3 Tables due to incorrect URL scheme #2312

@rchowell

Description

@rchowell

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions