[
https://issues.apache.org/jira/browse/PHOENIX-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16784910#comment-16784910
]
Hudson commented on PHOENIX-4345:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #342 (See
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/342/])
PHOENIX-4345 Error message for incorrect index is not accurate (gjacoby: rev
285118a7ae6f7e16bec54b2f98a035bab91334e9)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexUsageIT.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/compile/FromCompiler.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/schema/TableNotFoundException.java
* (add)
phoenix-core/src/main/java/org/apache/phoenix/schema/IndexNotFoundException.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
> Error message for incorrect index is not accurate
> -------------------------------------------------
>
> Key: PHOENIX-4345
> URL: https://issues.apache.org/jira/browse/PHOENIX-4345
> Project: Phoenix
> Issue Type: Bug
> Reporter: Ethan Wang
> Assignee: Xinyi Yan
> Priority: Trivial
> Fix For: 4.15.0, 5.1
>
> Attachments: PHOENIX-4345-4.x-HBase-1.4.patch, PHOENIX-4345.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Error message for incorrect index is not accurate. it shows "table
> undefined". rather, should be index undefined.
> Table name: PERSON
> Index name: LOCAL_ADDRESS
> 0: jdbc:phoenix:localhost:2181:/hbase> ALTER INDEX LOCAL_ADDRESSX ON PERSON
> rebuild;
> Error: ERROR 1012 (42M03): Table undefined. tableName=LOCAL_ADDRESSX
> (state=42M03,code=1012)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)