Skip to content

Commit dc7d54c

Browse files
chore(deps): update datafusion to 52.4.0 (#3769)
Co-authored-by: Matt Butrovich <mbutrovich@users.noreply.github.com>
1 parent 8a0272d commit dc7d54c

3 files changed

Lines changed: 69 additions & 69 deletions

File tree

native/Cargo.lock

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

native/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ arrow = { version = "57.3.0", features = ["prettyprint", "ffi", "chrono-tz"] }
3838
async-trait = { version = "0.1" }
3939
bytes = { version = "1.11.1" }
4040
parquet = { version = "57.3.0", default-features = false, features = ["experimental"] }
41-
datafusion = { version = "52.3.0", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
42-
datafusion-datasource = { version = "52.3.0" }
43-
datafusion-physical-expr-adapter = { version = "52.3.0" }
44-
datafusion-spark = { version = "52.3.0" }
41+
datafusion = { version = "52.4.0", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
42+
datafusion-datasource = { version = "52.4.0" }
43+
datafusion-physical-expr-adapter = { version = "52.4.0" }
44+
datafusion-spark = { version = "52.4.0" }
4545
datafusion-comet-spark-expr = { path = "spark-expr" }
4646
datafusion-comet-common = { path = "common" }
4747
datafusion-comet-jni-bridge = { path = "jni-bridge" }

0 commit comments

Comments
 (0)