[
https://issues.apache.org/jira/browse/PHOENIX-5668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17011432#comment-17011432
]
Hadoop QA commented on PHOENIX-5668:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12990366/PHOENIX-5668.patch
against master branch at commit e6a5c7ae71c97d702ac3250e5886db92eccd8404.
ATTACHMENT ID: 12990366
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ParameterizedIndexUpgradeToolIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3259//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3259//console
This message is automatically generated.
> 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
>
> Time Spent: 10m
> 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)