Skip to content

Commit

Permalink
update datafusion patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevenannn committed Dec 27, 2024
1 parent df1f4fb commit 1eb9777
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 @@ -58,7 +58,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 = { git = "https://github.com/spiceai/datafusion-federation.git", rev = "ac52e84c5071f077697dc312798eb206ffdf72f8" }
datafusion-federation-sql = { git = "https://github.com/spiceai/datafusion-federation.git", rev = "ce91d5a6479465ba349f95e3775653e7c27a9185" }
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 @@ sqlite-federation = ["sqlite"]
postgres-federation = ["postgres"]

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

datafusion = { git = "https://github.com/spiceai/datafusion.git", rev = "37f0f144650db9e07a09c02fdbb69179438316be"}
Expand Down

0 comments on commit 1eb9777

Please sign in to comment.