[
https://issues.apache.org/jira/browse/PHOENIX-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeffrey Zhong updated PHOENIX-1442:
-----------------------------------
Attachment: PHOENIX-1442.patch
> 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
> Attachments: PHOENIX-1442.patch
>
>
> 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)