vertexclique commented on a change in pull request #7064:
URL: https://github.com/apache/arrow/pull/7064#discussion_r418159133
##########
File path: rust/arrow/Cargo.toml
##########
@@ -50,6 +50,7 @@ chrono = "0.4"
flatbuffers = "0.6"
hex = "0.4"
arrow-flight = { path = "../arrow-flight", optional = true }
+clap = "2.33.0"
Review comment:
This adds the extra dependency to every build. Adding an external test
harness that compiles outside the project would be nice. I think that's better
to go to [dev-dependencies]. I strongly suggest using
[trybuild](https://crates.io/crates/trybuild), compiler like test harness.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]