[ 
https://issues.apache.org/jira/browse/PHOENIX-5937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133451#comment-17133451
 ] 

Hadoop QA commented on PHOENIX-5937:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/13005482/PHOENIX-5937.master.v1.patch
  against master branch at commit 1080422e626c2451556dc4c3f66c6c0e1010693a.
  ATTACHMENT ID: 13005482

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified tests.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:red}-1 release audit{color}.  The applied patch generated 1 release 
audit warnings (more than the master's current 0 warnings).

    {color:red}-1 lineLengths{color}.  The patch introduces the following lines 
longer than 100:
    +                System.out.println(rs.getString(1) +  ", " + 
rs.getString(2) +  ", " + rs.getString(3) +  ", " + rs.getString(4) +  ", " + 
rs.getString(5));
+                    .setSelectColumns(Lists.newArrayList("COLUMN_NAME, 
TENANT_ID, COLUMN_FAMILY, TABLE_NAME"))
+                        scan.addColumn(ecf, 
EncodedColumnsUtil.getEmptyKeyValueInfo(table).getFirst());

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
     
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.AlterIndexIT

     {color:red}-1 core zombie tests{color}.  There are 7 zombie test(s):       
at 
org.apache.phoenix.end2end.EmptyColumnIT.testWhenTableWithIndexAndVariousOptions(EmptyColumnIT.java:492)
        at 
org.apache.phoenix.end2end.InListIT.testWithIntegerTypesWithVariedSaltingAndTenancy(InListIT.java:212)
        at 
org.apache.phoenix.end2end.InListIT.testLeadingRVCWithTrailingPKPartiallyQualifiedEnd(InListIT.java:378)

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3954//testReport/
Code Coverage results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3954//artifact/phoenix-core/target/site/jacoco/index.html
Release audit warnings: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3954//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3954//console

This message is automatically generated.

> Order by on nullable column sometimes filters rows
> --------------------------------------------------
>
>                 Key: PHOENIX-5937
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5937
>             Project: Phoenix
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 4.x, master
>            Reporter: Istvan Toth
>            Assignee: Richard Antal
>            Priority: Major
>         Attachments: PHOENIX-5937.master.v1.patch
>
>
> When selecting using order by on a nullable column, the rows where the order 
> column is null are sometimes not returned.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to