Skip to content

Commit

Permalink
remove unnecessary pyarrow feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Feb 7, 2025
1 parent 0330b9b commit 24b1947
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tokio = { version = "1.42", features = ["macros", "rt", "rt-multi-thread", "sync
pyo3 = { version = "0.23", features = ["extension-module", "abi3", "abi3-py38"] }
pyo3-async-runtimes = { version = "0.23", features = ["tokio-runtime"]}
arrow = { version = "54", features = ["pyarrow"] }
datafusion = { version = "45.0.0", features = ["avro", "pyarrow", "unicode_expressions"] }
datafusion = { version = "45.0.0", features = ["avro", "unicode_expressions"] }
datafusion-substrait = { version = "45.0.0", optional = true }
datafusion-proto = { version = "45.0.0" }
datafusion-ffi = { version = "45.0.0" }
Expand Down

0 comments on commit 24b1947

Please sign in to comment.