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 2021/05/12 21:18:02 UTC

[GitHub] [arrow-datafusion] alamb commented on a change in pull request #323: add print options and allow timing info to be turned on/off

alamb commented on a change in pull request #323:
URL: https://github.com/apache/arrow-datafusion/pull/323#discussion_r631408441



##########
File path: datafusion-cli/src/main.rs
##########
@@ -72,6 +69,14 @@ pub async fn main() {
                 .validator(is_valid_format)
                 .takes_value(true),
         )
+        .arg(
+            Arg::with_name("timing")

Review comment:
       What do you think about making this option `quiet` or something like that and having it turn off all output (other than query results) and not just the timing information?




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