Skip to content

Commit

Permalink
Fix column name rewrite when column alias has same name as table (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevenannn authored Dec 27, 2024
1 parent 19683a4 commit 5f66fbf
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 = "72374f605ec9617ff1852ca43297233202ec2d43" }
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 = "72374f605ec9617ff1852ca43297233202ec2d43" }
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 5f66fbf

Please sign in to comment.