nuno-faria commented on code in PR #1231:
URL:
https://github.com/apache/datafusion-python/pull/1231#discussion_r2352882802
##########
Cargo.toml:
##########
@@ -63,3 +63,9 @@ crate-type = ["cdylib", "rlib"]
[profile.release]
lto = true
codegen-units = 1
+
+[patch.crates-io]
+datafusion = { git = "https://github.com/apache/datafusion.git", branch =
"branch-50" }
+datafusion-substrait = { git = "https://github.com/apache/datafusion.git",
branch = "branch-50" }
+datafusion-proto = { git = "https://github.com/apache/datafusion.git", branch
= "branch-50" }
+datafusion-ffi = { git = "https://github.com/apache/datafusion.git", branch =
"branch-50" }
Review Comment:
Thanks @timsaucer for the PR. `datafusion 50` has now been released, so I
think this is now ready.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]