Skip to content

Commit

Permalink
remove arrow2 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyBuga committed Jul 15, 2023
1 parent 47f7308 commit c5a559e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 44 deletions.
39 changes: 8 additions & 31 deletions Cargo.lock

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

14 changes: 1 addition & 13 deletions connectorx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ serde_json = "1"
chrono = "0.4"

arrow = {version = "26", optional = true, features = ["prettyprint", "ffi"]}
#arrow2 = {version = "0.10", default-features = false, optional = true}
arrow2 = {git = "https://github.com/jorgecarleitao/arrow2", version = "0.17", default-features = false, optional = true, features = [
"compute_aggregate",
"compute_arithmetics",
"compute_boolean",
"compute_boolean_kleene",
"compute_cast",
"compute_comparison",
"compute_concatenate",
"compute_filter",
"compute_if_then_else",
]}
bb8 = {version = "0.7", optional = true}
bb8-tiberius = {version = "0.5", optional = true}
csv = {version = "1", optional = true}
Expand Down Expand Up @@ -84,7 +72,7 @@ all = ["src_sqlite", "src_postgres", "src_mysql", "src_mssql", "src_oracle", "sr
branch = []
default = ["fptr"]
dst_arrow = ["arrow"]
dst_arrow2 = ["arrow2", "polars"]
dst_arrow2 = ["polars"]
fptr = []
src_bigquery = ["gcp-bigquery-client", "tokio"]
src_csv = ["csv", "regex"]
Expand Down

0 comments on commit c5a559e

Please sign in to comment.