You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by jihoonson <gi...@git.apache.org> on 2016/02/16 02:53:26 UTC

[GitHub] tajo pull request: TAJO-2033: Printing out query status with progr...

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

    https://github.com/apache/tajo/pull/924#discussion_r52960997
  
    --- Diff: tajo-cli/src/main/java/org/apache/tajo/cli/tsql/DefaultTajoCliOutputFormatter.java ---
    @@ -206,4 +278,30 @@ public static String parseErrorMessage(String message) {
     
         return message;
       }
    +
    +  private static boolean detectRealTerminal()
    --- End diff --
    
    You seem to borrow this code from Presto. If so, you need to add a comment explicitly.
    And why did you exclude comments?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---