[
https://issues.apache.org/jira/browse/PHOENIX-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797449#comment-15797449
]
Hadoop QA commented on PHOENIX-3413:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12845478/PHOENIX-3413.patch
against master branch at commit a0e5efcec5a1a732b2dce9794251242c3d66eea6.
ATTACHMENT ID: 12845478
{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:red}-1 javadoc{color}. The javadoc tool appears to have generated
43 warning messages.
{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.index.MutableIndexFailureIT
{color:red}-1 core zombie tests{color}. There are 1 zombie test(s):
at
org.apache.hadoop.security.TestShellBasedIdMapping.testUpdateMapIncr(TestShellBasedIdMapping.java:328)
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/714//testReport/
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/714//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/714//console
This message is automatically generated.
> Ineffective null check in LiteralExpression#newConstant()
> ---------------------------------------------------------
>
> Key: PHOENIX-3413
> URL: https://issues.apache.org/jira/browse/PHOENIX-3413
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.9.1
> Reporter: Ted Yu
> Assignee: Kevin Liew
> Priority: Minor
> Fix For: 4.10.0
>
> Attachments: PHOENIX-3413.2.patch, PHOENIX-3413.patch
>
>
> {code}
> if (maxLength == null) {
> maxLength = type == null || !type.isFixedWidth() ? null :
> type.getMaxLength(value);
> }
> {code}
> The null check for type is ineffective - type is de-referenced in various
> places prior to the above check.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)