[ https://issues.apache.org/jira/browse/HIVE-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989009#comment-12989009 ]
Namit Jain commented on HIVE-1934: ---------------------------------- +1 > 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