alter table replace columns does not check for partitioned columns
------------------------------------------------------------------

                 Key: HIVE-1209
                 URL: https://issues.apache.org/jira/browse/HIVE-1209
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Namit Jain
            Assignee: Paul Yang
             Fix For: 0.6.0


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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to