Skip to content

Commit

Permalink
chore: remove parquet default features required (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe authored Nov 20, 2024
1 parent 4844cb8 commit 45f9a99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion parquet-lru/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ bytes = { version = "1.8.0", features = ["serde"] }
foyer = { version = "0.12.2", optional = true }
futures-core = "0.3.31"
futures-util = "0.3.31"
parquet = { version = "53.2.0", features = ["async"] }
parquet = { version = "53.2.0", default-features = false, features = [
"arrow",
"async",
] }
serde = { version = "1.0.214", optional = true }

0 comments on commit 45f9a99

Please sign in to comment.