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/10 00:52:18 UTC

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

replace columns should not 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


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.


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

Posted by "He Yongqiang (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "He Yongqiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Summary: replace columns should prohibit using partition column names.  (was: replace columns should not prohibit using partition column names.)

> 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
>
> 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.