You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "He Yongqiang (JIRA)" <ji...@apache.org> on 2010/08/13 03:18:15 UTC

[jira] Assigned: (HIVE-1522) replace columns should prohibit using partition column names.

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

He Yongqiang reassigned HIVE-1522:
----------------------------------

    Assignee: He Yongqiang

> replace columns should prohibit using partition column names.
> -------------------------------------------------------------
>
>                 Key: HIVE-1522
>                 URL: https://issues.apache.org/jira/browse/HIVE-1522
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: He Yongqiang
>            Assignee: 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.
-
You can reply to this email to add a comment to the issue online.