Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevenannn committed Dec 20, 2024
1 parent ddf7c4b commit 19486c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pem = { version = "3.0.4", optional = true }
tokio-rusqlite = { version = "0.5.1", optional = true }
tonic = { version = "0.12.2", optional = true }
datafusion-federation = "0.1"
datafusion-federation-sql = { path = "../datafusion-federation/sources/sql" }
datafusion-federation-sql = { git = "https://github.com/spiceai/datafusion-federation.git", rev = "edbab0ae3b423a115ce63fd172bbbe29fdb43b2f" }
itertools = "0.13.0"
dyn-clone = { version = "1.0.17", optional = true }
geo-types = "0.7.13"
Expand Down Expand Up @@ -100,7 +100,7 @@ postgres-federation = ["postgres"]

[patch.crates-io]
datafusion-federation = { git = "https://github.com/spiceai/datafusion-federation.git", rev = "edbab0ae3b423a115ce63fd172bbbe29fdb43b2f" }
duckdb = { git = "https://github.com/spiceai/duckdb-rs.git", rev = "edbab0ae3b423a115ce63fd172bbbe29fdb43b2f" }
duckdb = { git = "https://github.com/spiceai/duckdb-rs.git", rev = "d6f8c3e0dc1ba073a86756eba4dacf044dfa892d" }

datafusion = { git = "https://github.com/spiceai/datafusion.git", rev = "aaa46be22cff778e0e618b5eaeee3c2830d4e7ee"}
datafusion-expr = { git = "https://github.com/spiceai/datafusion.git", rev = "aaa46be22cff778e0e618b5eaeee3c2830d4e7ee"}
Expand Down

0 comments on commit 19486c9

Please sign in to comment.