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

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

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

    https://github.com/apache/tajo/pull/861#discussion_r44898813
  
    --- Diff: 
tajo-cli/src/main/java/org/apache/tajo/cli/tsql/commands/ExitCommand.java ---
    @@ -37,6 +37,7 @@ public String getCommand() {
       @Override
       public void invoke(String[] cmd) throws Exception {
         context.getOutput().println("bye!");
    +    context.getOutput().flush();
    --- End diff --
    
    @blrunner  Thanks for your reply. I apply your comment.


> Printout message before terminating TSQL
> ----------------------------------------
>
>                 Key: TAJO-1978
>                 URL: https://issues.apache.org/jira/browse/TAJO-1978
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Dongkyu Hwangbo
>            Assignee: Dongkyu Hwangbo
>            Priority: Trivial
>              Labels: cli, newbie
>
> In ExitCommand::invoke, the code line is written that printout "bye!"  before 
> terminating. But, There is no sout.flush() before exit(0) so that message is 
> not shown.



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

Reply via email to