Skip to content

Commit

Permalink
upgrade to datafusion 42
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Sep 17, 2024
1 parent afa303f commit f4574ec
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 68 deletions.
143 changes: 81 additions & 62 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ tokio = { version = "1.39", features = ["macros", "rt", "rt-multi-thread", "sync
rand = "0.8"
pyo3 = { version = "0.22", features = ["extension-module", "abi3", "abi3-py38"] }
arrow = { version = "53", features = ["pyarrow"] }
datafusion = { version = "41.0.0", features = ["pyarrow", "avro", "unicode_expressions"] }
datafusion-substrait = { version = "41.0.0", optional = true }
datafusion = { version = "42.0.0", features = ["pyarrow", "avro", "unicode_expressions"] }
datafusion-substrait = { version = "42.0.0", optional = true }
prost = "0.13" # keep in line with `datafusion-substrait`
prost-types = "0.13" # keep in line with `datafusion-substrait`
uuid = { version = "1.9", features = ["v4"] }
Expand All @@ -62,7 +62,3 @@ crate-type = ["cdylib", "rlib"]
[profile.release]
lto = true
codegen-units = 1

[patch.crates-io]
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "13dc8a61ee9f82965cea1ee1e751455e77794f24" }
datafusion-substrait = { git = "https://github.com/apache/datafusion.git", rev = "13dc8a61ee9f82965cea1ee1e751455e77794f24" }

0 comments on commit f4574ec

Please sign in to comment.