Skip to content

Commit afa303f

Browse files
committed
fix type in cargo file for arrow features
1 parent 8aebaea commit afa303f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ substrait = ["dep:datafusion-substrait"]
3737
tokio = { version = "1.39", features = ["macros", "rt", "rt-multi-thread", "sync"] }
3838
rand = "0.8"
3939
pyo3 = { version = "0.22", features = ["extension-module", "abi3", "abi3-py38"] }
40-
arrow = { version = "53", feature = ["pyarrow"] }
40+
arrow = { version = "53", features = ["pyarrow"] }
4141
datafusion = { version = "41.0.0", features = ["pyarrow", "avro", "unicode_expressions"] }
4242
datafusion-substrait = { version = "41.0.0", optional = true }
4343
prost = "0.13" # keep in line with `datafusion-substrait`

0 commit comments

Comments
 (0)