Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Aug 16, 2024
1 parent 02d6ab2 commit ffff1ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,6 @@ pub enum StorageError {
NotFound(ObjectId),
#[error("synchronization error on the Storage instance")]
Deadlock,
// TODO: pattern match on ObjectStore error
// combine with StorageLayerError
#[error("Error contacting object store {0}")]
ObjectStore(#[from] object_store::Error),
#[error("Error reading or writing to/from parquet files: {0}")]
Expand Down

0 comments on commit ffff1ce

Please sign in to comment.