Skip to content

Commit 24b1947

Browse files
committed
remove unnecessary pyarrow feature
1 parent 0330b9b commit 24b1947

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tokio = { version = "1.42", features = ["macros", "rt", "rt-multi-thread", "sync
3838
pyo3 = { version = "0.23", features = ["extension-module", "abi3", "abi3-py38"] }
3939
pyo3-async-runtimes = { version = "0.23", features = ["tokio-runtime"]}
4040
arrow = { version = "54", features = ["pyarrow"] }
41-
datafusion = { version = "45.0.0", features = ["avro", "pyarrow", "unicode_expressions"] }
41+
datafusion = { version = "45.0.0", features = ["avro", "unicode_expressions"] }
4242
datafusion-substrait = { version = "45.0.0", optional = true }
4343
datafusion-proto = { version = "45.0.0" }
4444
datafusion-ffi = { version = "45.0.0" }

0 commit comments

Comments
 (0)