houqp commented on a change in pull request #1560:
URL: https://github.com/apache/arrow-datafusion/pull/1560#discussion_r789384397
##########
File path: ballista/rust/core/Cargo.toml
##########
@@ -42,6 +42,8 @@ tokio = "1.0"
tonic = "0.6"
uuid = { version = "0.8", features = ["v4"] }
chrono = { version = "0.4", default-features = false }
+clap = "2"
+parse_arg = "0.1.3"
Review comment:
would be nice if we can avoid depending on CLI related dependencies like
clap and parse_arg in the core, but I think it's a minor issue we can clean up
as follow ups later.
--
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]