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

Hudson commented on TAJO-1623:
------------------------------

SUCCESS: Integrated in Tajo-master-build #719 (See 
[https://builds.apache.org/job/Tajo-master-build/719/])
TAJO-1623: INSERT INTO with wrong target columns causes NPE. (hyunsik: rev 
4f3a46c3646ca7a551916c57c980b2862a9dbb4e)
* tajo-plan/src/main/java/org/apache/tajo/plan/LogicalPlanner.java
* CHANGES
* 
tajo-core/src/test/java/org/apache/tajo/engine/planner/TestQueryValidation.java
* tajo-core/src/test/java/org/apache/tajo/QueryTestCaseBase.java


> INSERT INTO with wrong target columns causes NPE.
> -------------------------------------------------
>
>                 Key: TAJO-1623
>                 URL: https://issues.apache.org/jira/browse/TAJO-1623
>             Project: Tajo
>          Issue Type: Improvement
>          Components: query validation
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0, 0.10.1, 0.10.2
>
>         Attachments: TAJO-1623.patch
>
>
> h3. How to reproduce
> {code}
> CREATE TABLE T1 (col1 int, col2 int);
> INSERT INTO T1 (col1, col3) select l_orderkey, l_partkey from 
> default.lineitem;
> {code}
> When the target column name is wrong (i.e.,, col3 in INSERT statement), the 
> query will cause NPE.



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

Reply via email to