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.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to