[
https://issues.apache.org/jira/browse/PHOENIX-4212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16172455#comment-16172455
]
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/12887825/PHOENIX-4212_v3.patch
against master branch at commit 3fb104ee56518ca066672e199bff1ed4f4bd9a7e.
ATTACHMENT ID: 12887825
{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: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:
+ "CREATE INDEX "+dynamicTableName+"_DERIVED_IDX ON
"+dynamicTableName+" (a_byte) INCLUDE (A_STRING, B_STRING)"
+ " SERVER AGGREGATE INTO DISTINCT ROWS BY
[\"A_STRING\", \"B_STRING\"]\n" +
+ String ddl = "CREATE INDEX IF NOT EXISTS "+tableName+"_DERIVED_IDX
ON "+tableName+" (a_byte) INCLUDE (A_STRING, B_STRING)";
{color:red}-1 core tests{color}. The patch failed these unit tests:
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1462//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1462//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,
> PHOENIX-4212_v3.patch
>
>
> Disallow DML operations on connections with CURRENT_SCN set - DerivedTableIT
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)