Trailing slashes cause S3 binding to throw NotATable #62
Labels
binding/rust
Issues for the Rust crate
bug
Something isn't working
good first issue
Good for newcomers
storage/aws
AWS S3 storage related
The difference between
deltalake::open_table("s3://mybucket/path/")
anddeltalake::open_table("s3://mybucket/path")
is that the former throws an error, the latter succeeds.IMHO Delta-rs shouldn't be so silly about redundant slashes.
The text was updated successfully, but these errors were encountered: