Skip to content

Commit 4356329

Browse files
committed
DataFusion 52 migration
1 parent 2a9e2bc commit 4356329

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

native/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ arrow = { version = "57.2.0", features = ["prettyprint", "ffi", "chrono-tz"] }
3838
async-trait = { version = "0.1" }
3939
bytes = { version = "1.10.0" }
4040
parquet = { version = "57.2.0", default-features = false, features = ["experimental"] }
41-
datafusion = { git = "https://github.com/apache/datafusion", branch = "branch-52", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
42-
datafusion-datasource = { git = "https://github.com/apache/datafusion", branch = "branch-52" }
43-
datafusion-spark = { git = "https://github.com/apache/datafusion", branch = "branch-52" }
41+
datafusion = { version = "52.0.0", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
42+
datafusion-datasource = { version = "52.0.0" }
43+
datafusion-spark = { version = "52.0.0" }
4444
datafusion-comet-spark-expr = { path = "spark-expr" }
4545
datafusion-comet-proto = { path = "proto" }
4646
chrono = { version = "0.4", default-features = false, features = ["clock"] }

native/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jni = { version = "0.21", features = ["invocation"] }
9595
lazy_static = "1.4"
9696
assertables = "9"
9797
hex = "0.4.3"
98-
datafusion-functions-nested = { git = "https://github.com/apache/datafusion", branch = "branch-52" }
98+
datafusion-functions-nested = { version = "52.0.0" }
9999

100100
[features]
101101
backtrace = ["datafusion/backtrace"]

0 commit comments

Comments
 (0)