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

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

    Assignee: 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
>            Assignee: 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)

Reply via email to