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