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/12/06 10:50:12 UTC

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

     [ https://issues.apache.org/jira/browse/TAJO-915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyoungjun Kim reassigned TAJO-915:
----------------------------------

    Assignee:     (was: Hyoungjun Kim)

> 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.3.4#6332)