You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2017/09/14 12:21:00 UTC

[jira] [Commented] (PHOENIX-4209) Disallow DML operations on connections with CURRENT_SCN set - DistinctCountIT

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

Hadoop QA commented on PHOENIX-4209:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12887038/PHOENIX-4209.patch
  against master branch at commit 8ee8f092a67ef278bef1656afadb488c6f6f47f9.
  ATTACHMENT ID: 12887038

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

    {color:green}+0 tests included{color}.  The patch appears to be a documentation, build,
                        or dev patch that doesn't require tests.

    {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:red}-1 lineLengths{color}.  The patch introduces the following lines longer than 100:
    +        String query = "SELECT A_STRING, count(DISTINCT B_STRING) FROM "+tableName+" group by A_STRING";
+        String query = "SELECT A_STRING, count(DISTINCT B_STRING) FROM "+tableName+" group by A_STRING order by A_STRING desc";
+        String query = "SELECT A_STRING, count(DISTINCT B_STRING) as COUNT_B_STRING FROM "+tableName+" group by A_STRING order by COUNT_B_STRING";
+        String query = "SELECT organization_id, count(DISTINCT A_STRING) FROM "+tableName+" group by organization_id";
+    protected static void initATableValues(String tenantId1, String tenantId2, byte[][] splits, Date date,

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/1438//testReport/
Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/1438//console

This message is automatically generated.

> Disallow DML operations on connections with CURRENT_SCN set - DistinctCountIT
> -----------------------------------------------------------------------------
>
>                 Key: PHOENIX-4209
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4209
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Ethan Wang
>            Assignee: Ethan Wang
>         Attachments: PHOENIX-4209.patch
>
>
> DistinctCountIT



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)