Skip to content

Commit 4b17082

Browse files
authored
Merge pull request #732 from sfu-db/remove-arrow2
Remove arrow2 from Connector-X
2 parents 9574ed0 + 6996360 commit 4b17082

37 files changed

+168
-3683
lines changed

Cargo.lock

Lines changed: 127 additions & 522 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ lto = true
99

1010
[workspace.dependencies]
1111
arrow = {version = "53", features = ["prettyprint", "ffi"]}
12-
arrow2 = {version = "0.17", default-features = false}
1312
polars = {version = "0.45", features=["dtype-u8", "dtype-u16", "lazy"]}
1413
polars-arrow = {version = "0.45"}

Justfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ test-feature-gate:
2828
cargo c --features src_dummy
2929
cargo c --features src_trino
3030
cargo c --features dst_arrow
31-
cargo c --features dst_arrow2
3231

3332
bootstrap-python:
3433
cd connectorx-python && poetry install

connectorx-cpp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ light = ["fptr", "nbstr", "dsts_light" , "srcs_light", "federation"]
2222
srcs_light = ["connectorx/src_postgres"]
2323
dsts_light = ["connectorx/dst_arrow"]
2424

25-
dsts = ["connectorx/dst_arrow", "connectorx/dst_arrow2"]
25+
dsts = ["connectorx/dst_arrow"]
2626
fptr = ["connectorx/fptr"]
2727
branch = ["connectorx/branch"]
2828
federation = ["connectorx/federation"]

0 commit comments

Comments
 (0)