Skip to content

Commit

Permalink
Merge pull request #732 from sfu-db/remove-arrow2
Browse files Browse the repository at this point in the history
Remove arrow2 from Connector-X
  • Loading branch information
wangxiaoying authored Jan 23, 2025
2 parents 9574ed0 + 6996360 commit 4b17082
Show file tree
Hide file tree
Showing 37 changed files with 168 additions and 3,683 deletions.
649 changes: 127 additions & 522 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ lto = true

[workspace.dependencies]
arrow = {version = "53", features = ["prettyprint", "ffi"]}
arrow2 = {version = "0.17", default-features = false}
polars = {version = "0.45", features=["dtype-u8", "dtype-u16", "lazy"]}
polars-arrow = {version = "0.45"}
1 change: 0 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ test-feature-gate:
cargo c --features src_dummy
cargo c --features src_trino
cargo c --features dst_arrow
cargo c --features dst_arrow2

bootstrap-python:
cd connectorx-python && poetry install
Expand Down
2 changes: 1 addition & 1 deletion connectorx-cpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ light = ["fptr", "nbstr", "dsts_light" , "srcs_light", "federation"]
srcs_light = ["connectorx/src_postgres"]
dsts_light = ["connectorx/dst_arrow"]

dsts = ["connectorx/dst_arrow", "connectorx/dst_arrow2"]
dsts = ["connectorx/dst_arrow"]
fptr = ["connectorx/fptr"]
branch = ["connectorx/branch"]
federation = ["connectorx/federation"]
Expand Down
Loading

0 comments on commit 4b17082

Please sign in to comment.