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

Jeffrey Zhong commented on PHOENIX-1442:
----------------------------------------

[~jamestaylor] I scanned the  PhoenixSQL.g and didn't find similar issue. I'll 
check the fix in today.

[~vamskris93] It seems there is no way for you to apply the patch on the 
preview sandbox code.



> 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