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

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

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

    https://github.com/apache/tajo/pull/924#discussion_r52965368
  
    --- Diff: 
tajo-cli/src/main/java/org/apache/tajo/cli/tsql/DefaultTajoCliOutputFormatter.java
 ---
    @@ -206,4 +278,33 @@ public static String parseErrorMessage(String message) 
{
     
         return message;
       }
    +
    +  /**
    +   * borrowed from Presto
    +   */
    +  private static boolean detectRealTerminal()
    --- End diff --
    
    My previous question was too short, so you may miss my point. 
    I mean, why are the comments in Presto's detectRealTerminal() excluded when 
you borrow?
    Please see 
https://github.com/facebook/presto/blob/master/presto-cli/src/main/java/com/facebook/presto/cli/ConsolePrinter.java.
 It will be helpful for us as well.


> 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