Skip to content

Commit df4bab1

Browse files
authored
Include unnecessary columns pruning step during federated plan creation (#162)
1 parent cb4c670 commit df4bab1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Cargo.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pem = { version = "3.0.4", optional = true }
5757
tokio-rusqlite = { version = "0.5.1", optional = true }
5858
tonic = { version = "0.12.2", optional = true }
5959
datafusion-federation = "0.1"
60-
datafusion-federation-sql = { git = "https://github.com/spiceai/datafusion-federation.git", rev = "0aabd423ef8aea0ae05479331d1486e9ef8f8061" }
60+
datafusion-federation-sql = { git = "https://github.com/spiceai/datafusion-federation.git", rev = "914bd0836baa6990c5d03f977e5e87fe5eeaf4d6" }
6161
itertools = "0.13.0"
6262
dyn-clone = { version = "1.0.17", optional = true }
6363
geo-types = "0.7.13"
@@ -100,5 +100,11 @@ sqlite-federation = ["sqlite"]
100100
postgres-federation = ["postgres"]
101101

102102
[patch.crates-io]
103-
datafusion-federation = { git = "https://github.com/spiceai/datafusion-federation.git", rev = "0aabd423ef8aea0ae05479331d1486e9ef8f8061" }
104-
duckdb = { git = "https://github.com/spiceai/duckdb-rs.git", rev = "5b98603705a381ceeb5cc371e4f606b7332b57ce" }
103+
datafusion-federation = { git = "https://github.com/spiceai/datafusion-federation.git", rev = "914bd0836baa6990c5d03f977e5e87fe5eeaf4d6" }
104+
duckdb = { git = "https://github.com/spiceai/duckdb-rs.git", rev = "5b98603705a381ceeb5cc371e4f606b7332b57ce" }
105+
106+
datafusion = { git = "https://github.com/spiceai/datafusion.git", rev = "06969ee5af853f0c071a98683dc2b9fde71b81a9"}
107+
datafusion-expr = { git = "https://github.com/spiceai/datafusion.git", rev = "06969ee5af853f0c071a98683dc2b9fde71b81a9"}
108+
datafusion-physical-expr = { git = "https://github.com/spiceai/datafusion.git", rev = "06969ee5af853f0c071a98683dc2b9fde71b81a9"}
109+
datafusion-physical-plan = { git = "https://github.com/spiceai/datafusion.git", rev = "06969ee5af853f0c071a98683dc2b9fde71b81a9"}
110+
datafusion-proto = { git = "https://github.com/spiceai/datafusion.git", rev = "06969ee5af853f0c071a98683dc2b9fde71b81a9"}

0 commit comments

Comments
 (0)