Skip to content

Commit 1bc46cf

Browse files
committed
update datafusion and arrow version
1 parent 74fd24b commit 1bc46cf

File tree

4 files changed

+95
-54
lines changed

4 files changed

+95
-54
lines changed

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"

connectorx/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ url = {version = "2", optional = true}
5353
urlencoding = {version = "2.1", optional = true}
5454
uuid = {version = "0.8", optional = true}
5555
j4rs = {version = "0.13", optional = true}
56-
datafusion = {git = "https://github.com/apache/arrow-datafusion", rev = "93a7054b837cec2418adc427a6505dcea92e6755", optional = true}
56+
# datafusion = {git = "https://github.com/apache/arrow-datafusion", rev = "93a7054b837cec2418adc427a6505dcea92e6755", optional = true}
57+
datafusion = {version = "8.0.0", optional = true}
5758

5859
[lib]
5960
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)