Skip to content

Commit 26b014d

Browse files
update datafusion hash commit
1 parent f2fef1d commit 26b014d

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ 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 = "2950e0be59f81fbd6593f7457f1f03e63a292820" }
29-
datafusion-sql = { git="https://github.com/Embucket/datafusion.git", rev = "2950e0be59f81fbd6593f7457f1f03e63a292820" }
30-
datafusion-expr = { git="https://github.com/Embucket/datafusion.git", rev = "2950e0be59f81fbd6593f7457f1f03e63a292820" }
31-
datafusion-common = { git="https://github.com/Embucket/datafusion.git", rev = "2950e0be59f81fbd6593f7457f1f03e63a292820" }
32-
datafusion-execution = { git="https://github.com/Embucket/datafusion.git", rev = "2950e0be59f81fbd6593f7457f1f03e63a292820" }
33-
datafusion-functions = { git="https://github.com/Embucket/datafusion.git", rev = "2950e0be59f81fbd6593f7457f1f03e63a292820", features = ["crypto_expressions"] }
34-
datafusion-functions-aggregate = { git="https://github.com/Embucket/datafusion.git", rev = "2950e0be59f81fbd6593f7457f1f03e63a292820" }
28+
datafusion = { git="https://github.com/Embucket/datafusion.git", rev = "8c1bb903792f9c90fa0b1501180bba16cac361d8" }
29+
datafusion-sql = { git="https://github.com/Embucket/datafusion.git", rev = "8c1bb903792f9c90fa0b1501180bba16cac361d8" }
30+
datafusion-expr = { git="https://github.com/Embucket/datafusion.git", rev = "8c1bb903792f9c90fa0b1501180bba16cac361d8" }
31+
datafusion-common = { git="https://github.com/Embucket/datafusion.git", rev = "8c1bb903792f9c90fa0b1501180bba16cac361d8" }
32+
datafusion-execution = { git="https://github.com/Embucket/datafusion.git", rev = "8c1bb903792f9c90fa0b1501180bba16cac361d8" }
33+
datafusion-functions = { git="https://github.com/Embucket/datafusion.git", rev = "8c1bb903792f9c90fa0b1501180bba16cac361d8", features = ["crypto_expressions"] }
34+
datafusion-functions-aggregate = { git="https://github.com/Embucket/datafusion.git", rev = "8c1bb903792f9c90fa0b1501180bba16cac361d8" }
3535
parquet = { version = "54.1.0", features = ["async", "object_store"] }
3636
sqlparser = { git = "https://github.com/Embucket/datafusion-sqlparser-rs.git", rev = "53c291e3e95f176daea954f614409e5f674ec561", features = [
3737
"visitor",

0 commit comments

Comments
 (0)