[
https://issues.apache.org/jira/browse/PHOENIX-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142700#comment-14142700
]
Hudson commented on PHOENIX-1268:
---------------------------------
SUCCESS: Integrated in Phoenix | 3.0 | Hadoop1 #218 (See
[https://builds.apache.org/job/Phoenix-3.0-hadoop1/218/])
PHOENIX-1268 Misleading exception when attempting to drop system table
(jtaylor: rev ba81f7c2561343c9c5e4dede0407aa588c13835a)
* phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableIT.java
* phoenix-core/src/main/antlr3/PhoenixSQL.g
> Misleading exception when attempting to drop system table
> ---------------------------------------------------------
>
> Key: PHOENIX-1268
> URL: https://issues.apache.org/jira/browse/PHOENIX-1268
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Fix For: 5.0.0, 4.2, 3.2
>
> Attachments: PHOENIX-1268.patch
>
>
> When an attempt is made to drop a system table, we get an exception that the
> table could not be found because we're looking for a regular table instead of
> a system table. Instead we should identify up front the correct type of table
> for which we're looking. We still don't allow it to be dropped current
> (perhaps we should?), but once this is fixed you'll get the correct exception
> that the mutation is not allowed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)