[
https://issues.apache.org/jira/browse/PHOENIX-5668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013360#comment-17013360
]
Hudson commented on PHOENIX-5668:
---------------------------------
ABORTED: Integrated in Jenkins build Phoenix-4.x-HBase-1.4 #359 (See
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.4/359/])
PHOENIX-5668: Add Full table name to the error message for constraint (xyan:
rev d89ee52f6988349b4e6bd096cd6e759a5416f2f2)
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/DefaultColumnValueIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/UpsertCompiler.java
> Add Full table name to the error message for constraint violation exceptions
> ----------------------------------------------------------------------------
>
> Key: PHOENIX-5668
> URL: https://issues.apache.org/jira/browse/PHOENIX-5668
> Project: Phoenix
> Issue Type: Bug
> Reporter: Neha Gupta
> Assignee: Neha Gupta
> Priority: Minor
> Attachments: PHOENIX-5668.patch, PHOENIX-5668.v1.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> As part of PHOENIX-2566, the error message was changed for constraint
> violation exceptions where the full table name is no longer shown when there
> is a unique key violation.
> *New error*: java.sql.SQLException: ERROR 218 (23018): Constraint violation.
> UNIQUE_KEY may not be null
>
> *Old error*: Foo.bar.pk may not be null
--
This message was sent by Atlassian Jira
(v8.3.4#803005)