andygrove commented on code in PR #501:
URL: https://github.com/apache/arrow-ballista/pull/501#discussion_r1018496984


##########
ballista-cli/Cargo.toml:
##########
@@ -29,12 +29,12 @@ rust-version = "1.59"
 readme = "README.md"
 
 [dependencies]
-ballista = { path = "../ballista/client", version = "0.9.0", features = [
-    "standalone",
-] }
+ballista = { path = "../ballista/client", version = "0.9.0", features = 
["standalone"] }
+ballista-core = { path = "../ballista/core", version = "0.9.0" }
 clap = { version = "3", features = ["derive", "cargo"] }
-datafusion = "14.0.0"
-datafusion-cli = "14.0.0"
+dashmap = "5.4.0"
+datafusion = { git = "https://github.com/apache/arrow-datafusion.git";, rev = 
"7b5842b91ebd00a2c7f894fcad797bea68a56d0f" }

Review Comment:
   If we need features added since 14.0.0, then we either need to delay merging 
this PR until after we release Ballista 0.10.0, or we can merge now and then 
wait for DataFusion 15.0.0 before releasing Ballista 0.10.0. I don't have a 
strong preference either way.



-- 
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]

Reply via email to