Skip to content

Commit

Permalink
remove unused datafusion integration (#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Apr 11, 2022
1 parent 0c9a112 commit 5ed844f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 434 deletions.
8 changes: 1 addition & 7 deletions polars/polars-lazy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ dtype-duration = ["polars-core/dtype-duration", "polars-time/dtype-duration"]
dtype-categorical = ["polars-core/dtype-categorical"]
dtype-struct = ["polars-core/dtype-struct"]
object = ["polars-core/object"]
# uncomment to have datafusion integration
# when uncommenting we both need to point to the same arrow version
# ooc = ["datafusion", "tokio"]

true_div = []

# operations
Expand Down Expand Up @@ -103,10 +101,6 @@ polars-core = { version = "0.20.0", path = "../polars-core", features = ["lazy",
polars-io = { version = "0.20.0", path = "../polars-io", features = ["lazy", "csv-file", "private"], default-features = false }
polars-time = { version = "0.20.0", path = "../polars-time", optional = true }
polars-utils = { version = "0.20.0", path = "../polars-utils" }
# uncomment to have datafusion integration
# when uncommenting we both need to point to the same arrow version
# datafusion = {version="4.0.0-SNAPSHOT", git = "https://github.com/apache/arrow-datafusion", rev = "88222b7", default-features=false, optional=true}
# tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"] , optional=true}

[package.metadata.docs.rs]
all-features = true
Expand Down
347 changes: 0 additions & 347 deletions polars/polars-lazy/src/datafusion/conversion.rs

This file was deleted.

0 comments on commit 5ed844f

Please sign in to comment.