Skip to content

Commit

Permalink
Upgrade datafusion to 44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Jan 6, 2025
1 parent 1d40479 commit 1700e07
Show file tree
Hide file tree
Showing 18 changed files with 581 additions and 693 deletions.
581 changes: 240 additions & 341 deletions Cargo.lock

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,20 +95,18 @@ criterion = { version = "0.5", features = [
"html_reports",
] }
crossbeam-queue = "0.3"
datafusion = { version = "42.0", default-features = false, features = [
datafusion = { version = "44.0", default-features = false, features = [
"nested_expressions",
"regex_expressions",
"unicode_expressions",
] }
datafusion-common = "42.0"
datafusion-functions = { version = "42.0", features = ["regex_expressions"] }
datafusion-sql = "42.0"
datafusion-expr = "42.0"
datafusion-execution = "42.0"
datafusion-optimizer = "42.0"
datafusion-physical-expr = { version = "42.0", features = [
"regex_expressions",
] }
datafusion-common = "44.0"
datafusion-functions = { version = "44.0", features = ["regex_expressions"] }
datafusion-sql = "44.0"
datafusion-expr = "44.0"
datafusion-execution = "44.0"
datafusion-optimizer = "44.0"
datafusion-physical-expr = { version = "44.0" }
deepsize = "0.2.0"
either = "1.0"
fsst = { version = "=0.21.1", path = "./rust/lance-encoding/src/compression_algo/fsst" }
Expand Down
Loading

0 comments on commit 1700e07

Please sign in to comment.