Github user dkhwangbo commented on a diff in the pull request:
https://github.com/apache/tajo/pull/924#discussion_r52966518
--- 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 --
Oh, I see. When I borrowed this method, I wondered about fitness of this
comments to tajo. Currently, This comments are written for Presto, not Tajo. So
I just confused about this comments to include this PR. But, After Testing this
PR in many individual environment, I take conviction about this method, but I
missed to include its comments. This is my mistake. I'll add 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 [email protected] or file a JIRA ticket
with INFRA.
---