get_latest_version method should return version >= 0 #312
Labels
binding/rust
Issues for the Rust crate
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Environment
Delta-rs version: all
Binding: Rust
Bug
What happened:
For an empty directory,
DeltaTable.get_latest_version
could return version-1
.What you expected to happen:
It should return an error instead, potentially
DeltaTableError::NotATable
.The text was updated successfully, but these errors were encountered: