[
https://issues.apache.org/jira/browse/PHOENIX-3879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022121#comment-16022121
]
Hadoop QA commented on PHOENIX-3879:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12869549/PHOENIX-3879.patch
against master branch at commit dfb2586aff0541fd596350823512500b86e932e1.
ATTACHMENT ID: 12869549
{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
47 warning messages.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ "SELECT feid, NTH_VALUE(uid, 1) WITHIN GROUP (ORDER BY lrd
DESC) as user_id, NTH_VALUE(lrd, 1) WITHIN GROUP (ORDER BY lrd DESC) as lrd
FROM " + nthValue
+ + " SELECT feid, NTH_VALUE(uid, 2) WITHIN GROUP (ORDER BY lrd
DESC) as user_id, NTH_VALUE(lrd, 2) WITHIN GROUP (ORDER BY lrd DESC) as lrd
FROM " + nthValue
{color:red}-1 core tests{color}. The patch failed these unit tests:
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/896//testReport/
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/896//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/896//console
This message is automatically generated.
> UNION ALL with subqueries that have aggregate functions on fixed length
> columns throw an NPE
> --------------------------------------------------------------------------------------------
>
> Key: PHOENIX-3879
> URL: https://issues.apache.org/jira/browse/PHOENIX-3879
> Project: Phoenix
> Issue Type: Bug
> Reporter: Thomas D'Silva
> Assignee: Thomas D'Silva
> Fix For: 4.11.0
>
> Attachments: PHOENIX-3879.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)