Skip to content

Commit 1d2613a

Browse files
committed
Bump ffi example datafusion commit to the same as main repo
1 parent 5c8994e commit 1d2613a

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

examples/datafusion-ffi-example/Cargo.lock

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

examples/datafusion-ffi-example/Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ version = "0.2.0"
2121
edition = "2024"
2222

2323
[dependencies]
24-
datafusion-catalog = { version = "52", default-features = false }
25-
datafusion-common = { version = "52", default-features = false }
26-
datafusion-functions-aggregate = { version = "52" }
27-
datafusion-functions-window = { version = "52" }
28-
datafusion-expr = { version = "52" }
29-
datafusion-ffi = { version = "52" }
24+
datafusion-catalog = { version = "53", default-features = false }
25+
datafusion-common = { version = "53", default-features = false }
26+
datafusion-functions-aggregate = { version = "53" }
27+
datafusion-functions-window = { version = "53" }
28+
datafusion-expr = { version = "53" }
29+
datafusion-ffi = { version = "53" }
3030

3131
pyo3 = { version = "0.28", features = [
3232
"extension-module",
@@ -47,9 +47,9 @@ crate-type = ["cdylib", "rlib"]
4747

4848
# TODO: remove when datafusion-53 is released
4949
[patch.crates-io]
50-
datafusion-catalog = { git = "https://github.com/apache/datafusion.git", rev = "8df75c3f043722f989e1936566543595f02801aa" }
51-
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "8df75c3f043722f989e1936566543595f02801aa" }
52-
datafusion-functions-aggregate = { git = "https://github.com/apache/datafusion.git", rev = "8df75c3f043722f989e1936566543595f02801aa" }
53-
datafusion-functions-window = { git = "https://github.com/apache/datafusion.git", rev = "8df75c3f043722f989e1936566543595f02801aa" }
54-
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "8df75c3f043722f989e1936566543595f02801aa" }
55-
datafusion-ffi = { git = "https://github.com/apache/datafusion.git", rev = "8df75c3f043722f989e1936566543595f02801aa" }
50+
datafusion-catalog = { git = "https://github.com/apache/datafusion.git", rev = "518560246e87d489eba6d511fa167aa429b06728" }
51+
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "518560246e87d489eba6d511fa167aa429b06728" }
52+
datafusion-functions-aggregate = { git = "https://github.com/apache/datafusion.git", rev = "518560246e87d489eba6d511fa167aa429b06728" }
53+
datafusion-functions-window = { git = "https://github.com/apache/datafusion.git", rev = "518560246e87d489eba6d511fa167aa429b06728" }
54+
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "518560246e87d489eba6d511fa167aa429b06728" }
55+
datafusion-ffi = { git = "https://github.com/apache/datafusion.git", rev = "518560246e87d489eba6d511fa167aa429b06728" }

0 commit comments

Comments
 (0)