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/19 00:54:55 UTC

[GitHub] [arrow] fsaintjacques commented on a change in pull request #7219: ARROW-8854: [Rust] [Integration Testing] Standardize error handling

fsaintjacques commented on a change in pull request #7219:
URL: https://github.com/apache/arrow/pull/7219#discussion_r426969679



##########
File path: rust/integration-testing/src/bin/arrow-json-integration-test.rs
##########
@@ -68,24 +69,19 @@ fn main() {
         .value_of("json")
         .expect("must provide path to json file");
     let mode = matches.value_of("mode").unwrap();
-    let verbose = matches.value_of("verbose").is_some();
+    let verbose = true; //matches.value_of("verbose").is_some();

Review comment:
       `archery --quiet`, RustTester should receive a `quiet: Bool` via [kwargs](https://github.com/apache/arrow/blob/master/dev/archery/archery/integration/runner.py#L335) somehwere.




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