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

Hudson commented on TAJO-948:
-----------------------------

SUCCESS: Integrated in Tajo-master-CODEGEN-build #4 (See 
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/4/])
TAJO-948: 'INSERT INTO' statement to non existence table casuses NPE. 
(Jongyoung Park via hyunsik) (hyunsik: rev 
200177482fbce1e33de22ad3a22f7c6b4c9cb7b7)
* 
tajo-core/src/main/java/org/apache/tajo/engine/planner/PreLogicalPlanVerifier.java
* CHANGES


> 'INSERT INTO' statement to non existence table casuses NPE.
> -----------------------------------------------------------
>
>                 Key: TAJO-948
>                 URL: https://issues.apache.org/jira/browse/TAJO-948
>             Project: Tajo
>          Issue Type: Bug
>          Components: planner/optimizer
>            Reporter: Hyunsik Choi
>            Assignee: Jongyoung Park
>            Priority: Minor
>              Labels: newbie
>             Fix For: 0.9.0
>
>
> See the title. In the following example, lineitem_8 does not exist in 
> catalog. In this case, if we use INSERT INTO statement, NPE will be caused. 
> This is a logical validator bug.
> {noformat}
> default> insert into lineitem_8 SELECT L_ORDERKEY, L_PARTKEY, L_SUPPKEY, 
> L_LINENUMBER, L_QUANTITY, L_EXTENDEDPRICE, L_DISCOUNT, L_TAX, L_LINESTATUS, 
> L_SHIPDATE, L_COMMITDATE, L_RECEIPTDATE, L_SHIPINSTRUCT, L_SHIPMODE, 
> L_COMMENT, L_RETURNFLAG FROM LINEITEM;
> ERROR: java.lang.NullPointerException
> {noformat}



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

Reply via email to