Skip to content

Commit

Permalink
add service-fs to opendal so that we can test..
Browse files Browse the repository at this point in the history
  • Loading branch information
twuebi committed Jun 27, 2024
1 parent 1442a85 commit cf3c1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iceberg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lazy_static = { workspace = true }
log = { workspace = true }
murmur3 = { workspace = true }
once_cell = { workspace = true }
opendal = { workspace = true, features = ["services-s3"] }
opendal = { workspace = true, features = ["services-s3", "services-fs"] }
ordered-float = { workspace = true }
parquet = { workspace = true, features = ["async"] }
reqwest = { workspace = true }
Expand Down

0 comments on commit cf3c1f2

Please sign in to comment.