Skip to content

Commit

Permalink
chore: remove arrow dep
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Aug 5, 2024
1 parent aff70da commit f6a3a5f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions integrations/parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.0.1"

[features]
default = []
arrow = ["dep:arrow"]

[dependencies]
async-trait = "0.1"
bytes = "1"
Expand All @@ -40,7 +36,6 @@ parquet = { version = "52.0", default-features = false, features = [
"async",
"arrow",
] }
arrow = { version = "52.0", optional = true }

[dev-dependencies]
opendal = { version = "0.48.0", path = "../../core", features = [
Expand All @@ -55,4 +50,3 @@ arrow = { version = "52.0" }
[[example]]
name = "async_writer"
path = "examples/async_writer.rs"
required-features = ["arrow"]

0 comments on commit f6a3a5f

Please sign in to comment.