[ 
https://issues.apache.org/jira/browse/TAJO-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15148025#comment-15148025
 ] 

ASF GitHub Bot commented on TAJO-2033:
--------------------------------------

Github user dkhwangbo commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/924#discussion_r52963036
  
    --- Diff: tajo-cli/src/main/java/org/apache/tajo/cli/tsql/TajoCli.java ---
    @@ -619,6 +623,10 @@ private void waitForQueryCompleted(QueryId queryId) {
             }
           }
     
    +      if (isProgressPrinting == true) {
    +        displayFormatter.printProgress(sout, status);
    +        sout.println();
    --- End diff --
    
    ```printProgress()`` only express the progress of query. To print query 
result in next line, add a new line is needed.


> Printing out query status with progress bar in TSQL
> ---------------------------------------------------
>
>                 Key: TAJO-2033
>                 URL: https://issues.apache.org/jira/browse/TAJO-2033
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Dongkyu Hwangbo
>            Assignee: Dongkyu Hwangbo
>            Priority: Minor
>              Labels: cli
>
> Currently, TSQL print out query running progress and query running time 
> line-by-line. To improve this UI, I adopt simple progress bar.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to