Skip to content

Commit 030e5a4

Browse files
committed
Set datafusion version to 47 now that it is released
1 parent 570d355 commit 030e5a4

File tree

2 files changed

+72
-39
lines changed

2 files changed

+72
-39
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ protoc = [ "datafusion-substrait/protoc" ]
3434
substrait = ["dep:datafusion-substrait"]
3535

3636
[dependencies]
37-
tokio = { version = "1.43", features = ["macros", "rt", "rt-multi-thread", "sync"] }
37+
tokio = { version = "1.44", features = ["macros", "rt", "rt-multi-thread", "sync"] }
3838
pyo3 = { version = "0.24", features = ["extension-module", "abi3", "abi3-py39"] }
3939
pyo3-async-runtimes = { version = "0.24", features = ["tokio-runtime"]}
4040
arrow = { version = "55.0.0", features = ["pyarrow"] }
41-
datafusion = { git = "https://github.com/apache/datafusion", rev = "e4433049b04ca2c1e2031eb05d1a0990210f11d6", features = ["avro", "unicode_expressions"] }
42-
datafusion-substrait = { git = "https://github.com/apache/datafusion", rev = "e4433049b04ca2c1e2031eb05d1a0990210f11d6", optional = true }
43-
datafusion-proto = { git = "https://github.com/apache/datafusion", rev = "e4433049b04ca2c1e2031eb05d1a0990210f11d6" }
44-
datafusion-ffi = { git = "https://github.com/apache/datafusion", rev = "e4433049b04ca2c1e2031eb05d1a0990210f11d6" }
41+
datafusion = { version = "47.0.0", features = ["avro", "unicode_expressions"] }
42+
datafusion-substrait = { version = "47.0.0", optional = true }
43+
datafusion-proto = { version = "47.0.0" }
44+
datafusion-ffi = { version = "47.0.0" }
4545
prost = "0.13.1" # keep in line with `datafusion-substrait`
46-
uuid = { version = "1.12", features = ["v4"] }
46+
uuid = { version = "1.16", features = ["v4"] }
4747
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
4848
async-trait = "0.1.88"
4949
futures = "0.3"

0 commit comments

Comments
 (0)