Skip to content

Commit 9c47d54

Browse files
committed
chore: support DataFusion 50.3.0
1 parent a7814da commit 9c47d54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

native/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ arrow = { version = "56.0.0", features = ["prettyprint", "ffi", "chrono-tz"] }
3838
async-trait = { version = "0.1" }
3939
bytes = { version = "1.10.0" }
4040
parquet = { version = "=56.0.0", default-features = false, features = ["experimental"] }
41-
datafusion = { version = "50.2.0", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
42-
datafusion-spark = { version = "50.2.0" }
41+
datafusion = { git = "https://github.com/apache/datafusion.git", branch = "branch-50", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
42+
datafusion-spark = { git = "https://github.com/apache/datafusion.git", branch = "branch-50" }
4343
datafusion-comet-spark-expr = { path = "spark-expr" }
4444
datafusion-comet-proto = { path = "proto" }
4545
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
@@ -91,7 +91,7 @@ jni = { version = "0.21", features = ["invocation"] }
9191
lazy_static = "1.4"
9292
assertables = "9"
9393
hex = "0.4.3"
94-
datafusion-functions-nested = { version = "50.2.0" }
94+
datafusion-functions-nested = { git = "https://github.com/apache/datafusion.git", branch = "branch-50" }
9595

9696
[features]
9797
backtrace = ["datafusion/backtrace"]

0 commit comments

Comments
 (0)