[ 
https://issues.apache.org/jira/browse/PHOENIX-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14207773#comment-14207773
 ] 

James Taylor commented on PHOENIX-1442:
---------------------------------------

+1. Good catch, [~jeffreyz]. Would you mind checking PhoenixSQL.g to make sure 
we don't do that in other places as well?

> 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)

Reply via email to