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

Geoffrey Jacoby commented on PHOENIX-4971:
------------------------------------------

[~Jaanai] - if you don't mind, could you please recreate your patch using git 
format-patch (an example is described here: 
[http://phoenix.apache.org/contributing.html 
.|http://phoenix.apache.org/contributing.html.]) 

This will preserve your commit information, so that I can use "git am" and 
you'll be credited as the author of the patch. If I run git apply to your 
existing patch I'll have to create a new commit and it'll look like it comes 
from me. 

> Drop index will execute successfully using Incorrect name of parent tables
> --------------------------------------------------------------------------
>
>                 Key: PHOENIX-4971
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4971
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Jaanai
>            Assignee: Jaanai
>            Priority: Critical
>         Attachments: PHOENIX-4971-master-v2.patch, 
> PHOENIX-4971-master-v3.patch, PHOENIX-4971-master.patch
>
>
> The blew SQL will be executed successfully,  the name of data tables is 
> incorrectly inputted that the parent table has the same name with index 
> tables.
>  
> {code:java}
> DROP INDEX INDEX_TABLE_X on INDEX_TABLE_X;
> {code}
> Some regions will not online and some queries will not normally execute after 
> executing above SQL.  Everything will be ok unless manually delete dirty 
> metadata information in SYSTEM.CATALOG table.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to