Skip to content

Commit 25f69bc

Browse files
authored
chore: Use DataFusion 41.0.0-rc1 (apache#794)
1 parent b5dac93 commit 25f69bc

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

native/Cargo.lock

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

native/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ arrow-buffer = { version = "52.2.0" }
3939
arrow-data = { version = "52.2.0" }
4040
arrow-schema = { version = "52.2.0" }
4141
parquet = { version = "52.2.0", default-features = false, features = ["experimental"] }
42-
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "bddb641" }
43-
datafusion = { default-features = false, git = "https://github.com/apache/datafusion.git", rev = "bddb641", features = ["unicode_expressions", "crypto_expressions"] }
44-
datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev = "bddb641", features = ["crypto_expressions"] }
45-
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "bddb641", default-features = false }
46-
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "bddb641", default-features = false }
47-
datafusion-physical-expr-common = { git = "https://github.com/apache/datafusion.git", rev = "bddb641", default-features = false }
48-
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "bddb641", default-features = false }
42+
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "41.0.0-rc1" }
43+
datafusion = { default-features = false, git = "https://github.com/apache/datafusion.git", rev = "41.0.0-rc1", features = ["unicode_expressions", "crypto_expressions"] }
44+
datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev = "41.0.0-rc1", features = ["crypto_expressions"] }
45+
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "41.0.0-rc1", default-features = false }
46+
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "41.0.0-rc1", default-features = false }
47+
datafusion-physical-expr-common = { git = "https://github.com/apache/datafusion.git", rev = "41.0.0-rc1", default-features = false }
48+
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "41.0.0-rc1", default-features = false }
4949
datafusion-comet-spark-expr = { path = "spark-expr", version = "0.2.0" }
5050
datafusion-comet-proto = { path = "proto", version = "0.2.0" }
5151
chrono = { version = "0.4", default-features = false, features = ["clock"] }

0 commit comments

Comments
 (0)