Skip to content

Commit

Permalink
fix type in cargo file for arrow features
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Sep 17, 2024
1 parent 8aebaea commit afa303f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ substrait = ["dep:datafusion-substrait"]
tokio = { version = "1.39", features = ["macros", "rt", "rt-multi-thread", "sync"] }
rand = "0.8"
pyo3 = { version = "0.22", features = ["extension-module", "abi3", "abi3-py38"] }
arrow = { version = "53", feature = ["pyarrow"] }
arrow = { version = "53", features = ["pyarrow"] }
datafusion = { version = "41.0.0", features = ["pyarrow", "avro", "unicode_expressions"] }
datafusion-substrait = { version = "41.0.0", optional = true }
prost = "0.13" # keep in line with `datafusion-substrait`
Expand Down

0 comments on commit afa303f

Please sign in to comment.