Skip to content

Commit

Permalink
Enable lz4 feature for arrow-ipc to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Sep 21, 2024
1 parent 6c513b3 commit e5b0645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ object_store = { version = "0.10.1", optional = true }

[dev-dependencies]
arrow-json = "52.0.0"
arrow-ipc = { version = "52.0.0", features = ["lz4"] }
criterion = { version = "0.5", default-features = false, features = ["async_tokio"] }
opendal = { version = "0.48", default-features = false, features = ["services-memory"] }
pretty_assertions = "1.3.0"
Expand Down

0 comments on commit e5b0645

Please sign in to comment.