Skip to content

Commit f50caa1

Browse files
authored
chore: upgrade to DataFusion 49.0.1 (#2077)
* Bump to pick up datafusion/#16968 to suppress WARN messages from SchemaAdapter. * Switch to branch-49 now that commit is backported. * Update to 49.0.1 crate.
1 parent 2b0e6db commit f50caa1

File tree

3 files changed

+61
-61
lines changed

3 files changed

+61
-61
lines changed

native/Cargo.lock

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

native/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ arrow = { version = "55.2.0", features = ["prettyprint", "ffi", "chrono-tz"] }
3838
async-trait = { version = "0.1" }
3939
bytes = { version = "1.10.0" }
4040
parquet = { version = "55.2.0", default-features = false, features = ["experimental"] }
41-
datafusion = { version = "49.0.0", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
42-
datafusion-spark = { version = "49.0.0" }
41+
datafusion = { version = "49.0.1", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
42+
datafusion-spark = { version = "49.0.1" }
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
@@ -84,7 +84,7 @@ jni = { version = "0.21", features = ["invocation"] }
8484
lazy_static = "1.4"
8585
assertables = "9"
8686
hex = "0.4.3"
87-
datafusion-functions-nested = { version = "49.0.0" }
87+
datafusion-functions-nested = { version = "49.0.1" }
8888

8989
[features]
9090
default = []

0 commit comments

Comments
 (0)