You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2015/05/27 01:42:18 UTC

[jira] [Created] (TAJO-1623) INSERT INTO with wrong target columns causes NPE.

Hyunsik Choi created TAJO-1623:
----------------------------------

             Summary: 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
            Reporter: Hyunsik Choi
            Assignee: Hyunsik Choi
             Fix For: 0.11.0


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)