[
https://issues.apache.org/jira/browse/PHOENIX-4212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16168777#comment-16168777
]
Hadoop QA commented on PHOENIX-4212:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12887451/PHOENIX-4212.patch
against master branch at commit c06ef877efa2c55de3430c8289ebad63e8bebc93.
ATTACHMENT ID: 12887451
{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:
+ initATableValues(tableName, tenantId, getDefaultSplits(tenantId),
null, null, getUrl(), null);
+ String ddl="CREATE INDEX "+tableName+"_DERIVED_IDX ON "+tableName+"
(a_byte) INCLUDE (A_STRING, B_STRING)";
+ " SERVER AGGREGATE INTO DISTINCT ROWS BY
[\"A_STRING\", \"B_STRING\"]\n" +
+ initATableValues(tableName, tenantId, getDefaultSplits(tenantId),
null, null, getUrl(), null);
+ String query = "SELECT t.eid, t.x + 9 FROM (SELECT entity_id eid,
b_string b, a_byte + 1 x FROM "+tableName+" WHERE a_byte + 1 < 9) AS t";
+ query = "SELECT t.eid, t.x + 9 FROM (SELECT entity_id eid,
b_string b, a_byte + 1 x FROM "+tableName+") AS t WHERE t.b = '" + C_VALUE +
"'";
+ query = "SELECT t.eid, t.x + 9 FROM (SELECT entity_id eid,
b_string b, a_byte + 1 x FROM "+tableName+" WHERE a_byte + 1 < 9) AS t WHERE
t.b = '" + C_VALUE + "'";
+ query = "SELECT t.a, t.c, t.m FROM (SELECT a_string a, count(*) c,
max(a_byte) m FROM "+tableName+" WHERE a_byte != 8 GROUP BY a_string) AS t
WHERE t.c > 1";
+ query = "SELECT t.a, t.c, t.m FROM (SELECT a_string a, count(*) c,
max(a_byte) m FROM "+tableName+" WHERE a_byte != 8 GROUP BY a_string HAVING
count(*) >= 2) AS t WHERE t.a != '" + A_VALUE + "'";
+ query = "SELECT t.eid FROM (SELECT entity_id eid, b_string b FROM
"+tableName+" LIMIT 2) AS t WHERE t.b = '" + C_VALUE + "'";
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1453//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1453//console
This message is automatically generated.
> Disallow DML operations on connections with CURRENT_SCN set - DerivedTableIT
> ----------------------------------------------------------------------------
>
> Key: PHOENIX-4212
> URL: https://issues.apache.org/jira/browse/PHOENIX-4212
> Project: Phoenix
> Issue Type: Bug
> Reporter: Ethan Wang
> Assignee: Ethan Wang
> Fix For: 4.12.0
>
> Attachments: PHOENIX-4212.patch, PHOENIX-4212_v2.patch
>
>
> Disallow DML operations on connections with CURRENT_SCN set - DerivedTableIT
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)