You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyoungjun Kim (JIRA)" <ji...@apache.org> on 2014/07/07 17:32:34 UTC

[jira] [Created] (TAJO-915) INSERT into a partitioned table with asterisk selection is failed.

Hyoungjun Kim created TAJO-915:
----------------------------------

             Summary: INSERT into a partitioned table with asterisk selection is failed. 
                 Key: TAJO-915
                 URL: https://issues.apache.org/jira/browse/TAJO-915
             Project: Tajo
          Issue Type: Bug
            Reporter: Hyoungjun Kim
            Priority: Minor


I ran the next query and failed with "INSERT has more target columns than expressions" message.
{code:sql}
create table table1 (col1 text, col2 text, col3 text);
create table table1_p (col1 text, col2 text) partition by column (col3 text);
insert overwrite into table1_p select * from table1;
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)