Skip to content

Commit cfe1035

Browse files
authored
Merge pull request #293 from sfu-db/qp_arrow
Qp arrow
2 parents 8f72405 + 1bc46cf commit cfe1035

File tree

5 files changed

+98
-56
lines changed

5 files changed

+98
-56
lines changed

.gitmodules

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "federated-query"]
22
path = federated-query
3-
url = [email protected]:sfu-db/federated-query.git
3+
url = https://github.com/sfu-db/federated-query.git
4+
branch = main

Cargo.lock

+46-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectorx-python/Cargo.lock

+46-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectorx-python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "0.3.1-alpha.1"
1111

1212
[dependencies]
1313
anyhow = "1"
14-
arrow = "12"
14+
arrow = "13"
1515
arrow2 = {version = "0.10", default-features = false}
1616
bitfield = "0.13"
1717
bytes = "1"

0 commit comments

Comments
 (0)