Jeffrey Zhong created PHOENIX-1442:
--------------------------------------
Summary: Alter Index double normalize Index Table Name
Key: PHOENIX-1442
URL: https://issues.apache.org/jira/browse/PHOENIX-1442
Project: Phoenix
Issue Type: Bug
Affects Versions: 4.2
Reporter: Jeffrey Zhong
Assignee: Jeffrey Zhong
The issue reported by Vamsi Krishna Attluri on Phoenix 4.1+ with following
repro steps:
{noformat}
create index "test:table1indx1" on "test:table1"(colfam1.col3 desc);
alter index "test:table1indx1" on "test:table1" disable;
Error: ERROR 1012 (42M03): Table undefined. tableName=TEST:TABLE1INDX1
(state=42M03,code=1012)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)