andygrove commented on code in PR #679:
URL: https://github.com/apache/arrow-ballista/pull/679#discussion_r1114281256
##########
ballista-cli/Cargo.toml:
##########
@@ -33,8 +33,8 @@ ballista = { path = "../ballista/client", version = "0.10.0",
features = [
"standalone",
] }
clap = { version = "3", features = ["derive", "cargo"] }
-datafusion = "18.0.0"
-datafusion-cli = "18.0.0"
+datafusion = { git = "https://github.com/apache/arrow-datafusion" }
Review Comment:
Please pin to a specific rev here so that we have stable builds
--
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]