Skip to content

Commit 68238dc

Browse files
alambLiam Brannigan
authored andcommitted
chore: Update to DataFusion 45.0.0
Signed-off-by: Andrew Lamb <[email protected]> Signed-off-by: Liam Brannigan <[email protected]>
1 parent b3e86ab commit 68238dc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ object_store = { version = "0.11.2" , features = ["cloud"]}
4545
parquet = { version = "53" }
4646

4747
# datafusion
48-
datafusion = { version = "44" }
49-
datafusion-expr = { version = "44" }
50-
datafusion-common = { version = "44" }
51-
datafusion-ffi = { version = "44" }
52-
datafusion-functions = { version = "44" }
53-
datafusion-functions-aggregate = { version = "44" }
54-
datafusion-physical-expr = { version = "44" }
55-
datafusion-physical-plan = { version = "44" }
56-
datafusion-proto = { version = "44" }
57-
datafusion-sql = { version = "44" }
48+
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
49+
datafusion-expr = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
50+
datafusion-common = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
51+
datafusion-ffi = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
52+
datafusion-functions = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
53+
datafusion-functions-aggregate = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
54+
datafusion-physical-expr = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
55+
datafusion-physical-plan = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
56+
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
57+
datafusion-sql = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
5858

5959
# serde
6060
serde = { version = "1.0.194", features = ["derive"] }

0 commit comments

Comments
 (0)