Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading