You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/05/01 20:51:09 UTC

[GitHub] [arrow] pauldix commented on a change in pull request #7064: ARROW-6945: [Rust] WIP: Add initial skeleton for Rust integration tests

pauldix commented on a change in pull request #7064:
URL: https://github.com/apache/arrow/pull/7064#discussion_r418732315



##########
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:
       It's not clear to me how trybuild would be used in conjunction with the Archery suite, which just seems to want three CLI executables to pipe invoke.  Maybe these would be best in a separate project on the same level as `arrow`, `arrow-flight` etd? `arrow-integration` perhaps? Then I'll just import from arrow and we keep the actual library dependencies clean.




----------------------------------------------------------------
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:
users@infra.apache.org