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

Hudson commented on TAJO-1183:
------------------------------

FAILURE: Integrated in Tajo-master-CODEGEN-build #116 (See 
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/116/])
TAJO-1183: Keep command execution even with errors. (Jaewoong Jung via hyunsik) 
(hyunsik: rev 5066ac3e80da390ff0f5733d345cbc63ec252843)
* tajo-client/src/main/java/org/apache/tajo/cli/tsql/TajoCli.java
* CHANGES


> Keep command execution even with errors.
> ----------------------------------------
>
>                 Key: TAJO-1183
>                 URL: https://issues.apache.org/jira/browse/TAJO-1183
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Jaewoong Jung
>            Assignee: Jaewoong Jung
>            Priority: Minor
>             Fix For: 0.9.1
>
>
> Found this while working on TAJO-1159.
> See the below example, which basically shows entering 2 SQL statements in one 
> line.
> ex)
> jungjw$ $TAJO_HOME/bin/tsql
> Try \? for help.
> default> select * from table1; select * from table2;
> ERROR: relation "default.table1" does not exist
> default>
> As you can see, I'm not seeing the error message for "select * from table2" 
> statement. I don't know yet whether the statement itself is completely 
> ignored or tsql is just showing only one error message here, though. I'm 
> guessing that tsql stops executing following statements if it runs into an 
> error.
> Will take a closer look after resolving other issues.



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

Reply via email to