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

Ashutosh Chauhan resolved HIVE-1209.
------------------------------------

    Resolution: Duplicate

Marking as duplicate of HIVE-2415 which has more discussion.
                
> alter table replace columns does not check for partitioned columns
> ------------------------------------------------------------------
>
>                 Key: HIVE-1209
>                 URL: https://issues.apache.org/jira/browse/HIVE-1209
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Paul Yang
>
> create table foo (a int) partitioned by (b int);
> alter table foo replace columns (a int, b int);
> succeeds. It should fail appropriately

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to