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

Hudson commented on PHOENIX-1442:
---------------------------------

SUCCESS: Integrated in Phoenix-master #483 (See 
[https://builds.apache.org/job/Phoenix-master/483/])
PHOENIX-1442: Alter Index double normalize Index Table Name (jeffreyz: rev 
c8883bcca2ca852bf2d6acba37159791875562b0)
* phoenix-core/src/main/antlr3/PhoenixSQL.g
* phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexMetadataIT.java


> 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
>             Fix For: 5.0.0, 4.2.1, 3.2.1
>
>         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