We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd2ce6 commit a36111dCopy full SHA for a36111d
Cargo.toml
@@ -34,3 +34,9 @@ pedantic = { level = "deny", priority = -1 }
34
[[bench]]
35
name = "main"
36
harness = false
37
+
38
+[patch.crates-io]
39
+datafusion = { git = "https://github.com/pydantic/datafusion.git", rev = "b978115" }
40
+datafusion-common = { git = "https://github.com/pydantic/datafusion.git", rev = "b978115" }
41
+datafusion-expr = { git = "https://github.com/pydantic/datafusion.git", rev = "b978115" }
42
+datafusion-execution = { git = "https://github.com/pydantic/datafusion.git", rev = "b978115" }
0 commit comments