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

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

Github user eminency commented on the pull request:

    https://github.com/apache/tajo/pull/142#issuecomment-55751677
  
    @hyunsik ,
    
    Your line comment sounds like a good suggestion.
    I will touch further.
    
    Thanks.


> '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