Skip to content

Commit

Permalink
chore: Update to DataFusion 45.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Feb 1, 2025
1 parent 64cb62d commit 4b966ea
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ object_store = { version = "0.11.2" , features = ["cloud"]}
parquet = { version = "53" }

# datafusion
datafusion = { version = "44" }
datafusion-expr = { version = "44" }
datafusion-common = { version = "44" }
datafusion-ffi = { version = "44" }
datafusion-functions = { version = "44" }
datafusion-functions-aggregate = { version = "44" }
datafusion-physical-expr = { version = "44" }
datafusion-physical-plan = { version = "44" }
datafusion-proto = { version = "44" }
datafusion-sql = { version = "44" }
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-expr = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-common = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-ffi = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-functions = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-functions-aggregate = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-physical-expr = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-physical-plan = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-sql = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }

# serde
serde = { version = "1.0.194", features = ["derive"] }
Expand Down

0 comments on commit 4b966ea

Please sign in to comment.