Skip to content

Commit f266cd3

Browse files
chore: upgrade datafusion Deps
Ref apache#690
1 parent d71c436 commit f266cd3

File tree

2 files changed

+72
-85
lines changed

2 files changed

+72
-85
lines changed

Cargo.lock

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

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ substrait = ["dep:datafusion-substrait"]
3737
tokio = { version = "1.35", features = ["macros", "rt", "rt-multi-thread", "sync"] }
3838
rand = "0.8"
3939
pyo3 = { version = "0.20", features = ["extension-module", "abi3", "abi3-py38"] }
40-
datafusion = { version = "37.1.0", features = ["pyarrow", "avro", "unicode_expressions"] }
41-
datafusion-common = { version = "37.1.0", features = ["pyarrow"] }
42-
datafusion-expr = "37.1.0"
43-
datafusion-functions-array = "37.1.0"
44-
datafusion-optimizer = "37.1.0"
45-
datafusion-sql = "37.1.0"
46-
datafusion-substrait = { version = "37.1.0", optional = true }
40+
datafusion = { version = "38.0.0", features = ["pyarrow", "avro", "unicode_expressions"] }
41+
datafusion-common = { version = "38.0.0", features = ["pyarrow"] }
42+
datafusion-expr = "38.0.0"
43+
datafusion-functions-array = "38.0.0"
44+
datafusion-optimizer = "38.0.0"
45+
datafusion-sql = "38.0.0"
46+
datafusion-substrait = { version = "38.0.0", optional = true }
4747
prost = "0.12"
4848
prost-types = "0.12"
4949
uuid = { version = "1.8", features = ["v4"] }

0 commit comments

Comments
 (0)