Skip to content

Commit f2ac57d

Browse files
author
Yaniv Kunda
authored
updated datafusion 47.0.0-rc1 to 47.0.0 (#1663)
1 parent 18425d9 commit f2ac57d

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

native/Cargo.lock

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

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ arrow = { version = "55.0.0", features = ["prettyprint", "ffi", "chrono-tz"] }
3838
async-trait = { version = "0.1" }
3939
bytes = { version = "1.10.0" }
4040
parquet = { version = "55.0.0", default-features = false, features = ["experimental"] }
41-
datafusion = { git = "https://github.com/apache/datafusion", rev = "47.0.0-rc1", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
41+
datafusion = { git = "https://github.com/apache/datafusion", rev = "47.0.0", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
4242
datafusion-comet-spark-expr = { path = "spark-expr", version = "0.8.0" }
4343
datafusion-comet-proto = { path = "proto", version = "0.8.0" }
4444
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
@@ -77,7 +77,7 @@ jni = { version = "0.21", features = ["invocation"] }
7777
lazy_static = "1.4"
7878
assertables = "7"
7979
hex = "0.4.3"
80-
datafusion-functions-nested = { git = "https://github.com/apache/datafusion", rev = "47.0.0-rc1" }
80+
datafusion-functions-nested = { git = "https://github.com/apache/datafusion", rev = "47.0.0" }
8181

8282
[features]
8383
default = []

0 commit comments

Comments
 (0)