Skip to content

Commit 64b6252

Browse files
committed
use official DF 47 release
1 parent 791ee86 commit 64b6252

File tree

3 files changed

+58
-30
lines changed

3 files changed

+58
-30
lines changed

native/Cargo.lock

Lines changed: 56 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", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
41+
datafusion = { version = "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" }
80+
datafusion-functions-nested = { version = "47.0.0" }
8181

8282
[features]
8383
default = []

0 commit comments

Comments
 (0)