Skip to content

Commit a9da1c2

Browse files
datafusion version 45.0.0 (#17)
1 parent 17d76a0 commit a9da1c2

File tree

2 files changed

+80
-36
lines changed

2 files changed

+80
-36
lines changed

Cargo.lock

Lines changed: 72 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ chrono = { version = "0.4.39", default-features = false, features = ["serde", "c
2525
arrow = "54.1.0"
2626
arrow-schema = "54.1.0"
2727

28-
datafusion = { git="https://github.com/Embucket/datafusion.git", rev = "314a72634dc4f15242345fd17dc32df6c3ae04e8" }
29-
datafusion-sql = { git="https://github.com/Embucket/datafusion.git", rev = "314a72634dc4f15242345fd17dc32df6c3ae04e8" }
30-
datafusion-expr = { git="https://github.com/Embucket/datafusion.git", rev = "314a72634dc4f15242345fd17dc32df6c3ae04e8" }
31-
datafusion-common = { git="https://github.com/Embucket/datafusion.git", rev = "314a72634dc4f15242345fd17dc32df6c3ae04e8" }
32-
datafusion-execution = { git="https://github.com/Embucket/datafusion.git", rev = "314a72634dc4f15242345fd17dc32df6c3ae04e8" }
33-
datafusion-functions = { git="https://github.com/Embucket/datafusion.git", rev = "314a72634dc4f15242345fd17dc32df6c3ae04e8", features = ["crypto_expressions"] }
34-
datafusion-functions-aggregate = { git="https://github.com/Embucket/datafusion.git", rev = "314a72634dc4f15242345fd17dc32df6c3ae04e8" }
28+
datafusion = { version="45.0.0" }
29+
datafusion-sql = { version="45.0.0" }
30+
datafusion-expr = { version="45.0.0" }
31+
datafusion-common = { version="45.0.0" }
32+
datafusion-execution = { version="45.0.0" }
33+
datafusion-functions = { version="45.0.0" }
34+
datafusion-functions-aggregate = { version="45.0.0" }
35+
3536
parquet = { version = "54.1.0", features = ["async", "object_store"] }
3637
sqlparser = { git = "https://github.com/Embucket/datafusion-sqlparser-rs.git", rev = "53c291e3e95f176daea954f614409e5f674ec561", features = [
3738
"visitor",

0 commit comments

Comments
 (0)