Skip to content

Commit

Permalink
removing dep on tokio-test and using iceberg::Result
Browse files Browse the repository at this point in the history
  • Loading branch information
a-agmon committed Mar 14, 2024
1 parent 933e072 commit 432c572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iceberg/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl StaticTable {
.identifier(table_ident)
.file_io(file_io)
.build();

Ok(Self(table))
}
/// Creates a static table directly from metadata file and `FileIO`
Expand Down

0 comments on commit 432c572

Please sign in to comment.