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

Namit Jain updated HIVE-1934:
-----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Committed. Thanks Paul

> alter table rename messes the location
> --------------------------------------
>
>                 Key: HIVE-1934
>                 URL: https://issues.apache.org/jira/browse/HIVE-1934
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Namit Jain
>            Assignee: Paul Yang
>            Priority: Blocker
>             Fix For: 0.7.0
>
>         Attachments: HIVE-1934.1.patch
>
>
> create table tmptmp(a string) partitioned by (b string);
> alter table tmptmp add partition (b="1:2:3");
> alter table  tmptmp rename to tmptmp_test;
> The location for tmptmp_test partition (b="1:2:3) is unescaped due to rename, 
> and hence it cannot be dropped.

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

        

Reply via email to