andygrove commented on a change in pull request #7219: URL: https://github.com/apache/arrow/pull/7219#discussion_r427282251
########## 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: Filed https://issues.apache.org/jira/browse/ARROW-8859 to resolve this as a follow on item ---------------------------------------------------------------- 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: us...@infra.apache.org