Skip to content

Commit

Permalink
Upgrade DataFusion to 25.0.0 (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ntix authored May 26, 2023
1 parent 371a697 commit d56d4b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
members = ["ballista-cli", "ballista/client", "ballista/core", "ballista/executor", "ballista/scheduler", "benchmarks", "examples"]

[workspace.dependencies]
arrow = { version = "38.0.0" }
arrow-flight = { version = "38.0.0", features = ["flight-sql-experimental"] }
arrow = { version = "39.0.0" }
arrow-flight = { version = "39.0.0", features = ["flight-sql-experimental"] }
configure_me = { version = "0.4.0" }
configure_me_codegen = { version = "0.4.4" }
datafusion = "24.0.0"
datafusion-cli = "24.0.0"
datafusion-proto = "24.0.0"
datafusion = "25.0.0"
datafusion-cli = "25.0.0"
datafusion-proto = "25.0.0"
object_store = "0.5.6"
sqlparser = "0.33.0"
tonic = { version = "0.9" }
Expand Down

0 comments on commit d56d4b9

Please sign in to comment.