We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aebaea commit afa303fCopy full SHA for afa303f
Cargo.toml
@@ -37,7 +37,7 @@ substrait = ["dep:datafusion-substrait"]
37
tokio = { version = "1.39", features = ["macros", "rt", "rt-multi-thread", "sync"] }
38
rand = "0.8"
39
pyo3 = { version = "0.22", features = ["extension-module", "abi3", "abi3-py38"] }
40
-arrow = { version = "53", feature = ["pyarrow"] }
+arrow = { version = "53", features = ["pyarrow"] }
41
datafusion = { version = "41.0.0", features = ["pyarrow", "avro", "unicode_expressions"] }
42
datafusion-substrait = { version = "41.0.0", optional = true }
43
prost = "0.13" # keep in line with `datafusion-substrait`
0 commit comments