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

He Yongqiang updated HIVE-1522:
-------------------------------

    Assignee:     (was: He Yongqiang)

> replace columns should prohibit using partition column names.
> -------------------------------------------------------------
>
>                 Key: HIVE-1522
>                 URL: https://issues.apache.org/jira/browse/HIVE-1522
>             Project: Hive
>          Issue Type: Bug
>            Reporter: He Yongqiang
>
> create table src_part_w(key int , value string) partitioned by (ds string, hr 
> int);
> alter table src_part_w  replace columns (key int, ds string, hr int, value 
> string);
> should not be allowed. Once the "alter table replace columns ..." is done, 
> all commands on this table will fail. And not able to change the schema back.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to