[
https://issues.apache.org/jira/browse/PHOENIX-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16174060#comment-16174060
]
Hadoop QA commented on PHOENIX-4221:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12888144/PHOENIX-4221.patch
against master branch at commit 3fb104ee56518ca066672e199bff1ed4f4bd9a7e.
ATTACHMENT ID: 12888144
{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:
+ &&substrTestTableName==null)) throw new
RuntimeException("test has not been cleaned up properly");
+ protected static void initTableValues(byte[][] splits, String
pTSDBtableName, String bTableName, String varcharKeyTestTableName) throws
Exception {
+ String query = "SELECT
A_STRING,substr(a_id,1,1),B_STRING,A_INTEGER,B_INTEGER FROM "+bTableName+"
WHERE A_STRING=?";
+ String query = "SELECT SUBSTR(INST,1,1),HOST FROM "+pTSDBTableName+"
GROUP BY SUBSTR(INST,1,1),HOST";
+ String query = "SELECT HOST FROM "+pTSDBTableName+" WHERE INST='abc'
AND \"DATE\">=TO_DATE('1970-01-01 00:00:00') AND \"DATE\" <TO_DATE('2171-01-01
00:00:00')";
+ String query = "SELECT MAX(INST),MAX(\"DATE\") FROM "+pTSDBTableName+"
WHERE INST='abc' AND \"DATE\">=TO_DATE('1970-01-01 00:00:00') AND \"DATE\"
<TO_DATE('2171-01-01 00:00:00')";
+ String query = "SELECT MAX(INST),MAX(\"DATE\") FROM "+pTSDBTableName+"
WHERE INST='abc' AND \"DATE\">=TO_DATE('1970-01-01 00:00:00') AND \"DATE\"
<TO_DATE('2171-01-01 00:00:00') LIMIT 2";
+ String query = "SELECT
A_STRING,substr(a_id,1,1),B_STRING,A_INTEGER,B_INTEGER FROM "+bTableName+"
WHERE B_STRING=?";
+ String query = "SELECT
A_STRING,substr(a_id,1,1),B_STRING,A_INTEGER,B_INTEGER FROM "+bTableName+"
WHERE A_STRING=? AND A_ID=? AND B_STRING=?";
+ String query = "SELECT
A_STRING,substr(a_id,1,1),B_STRING,A_INTEGER,B_INTEGER FROM "+bTableName+"
WHERE A_STRING=? AND A_ID=? AND B_STRING>?";
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1464//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1464//console
This message is automatically generated.
> Disallow DML operations on connections with CURRENT_SCN set -
> VariableLengthPKIT
> --------------------------------------------------------------------------------
>
> Key: PHOENIX-4221
> URL: https://issues.apache.org/jira/browse/PHOENIX-4221
> Project: Phoenix
> Issue Type: Bug
> Reporter: Ethan Wang
> Assignee: Ethan Wang
> Attachments: PHOENIX-4221.patch
>
>
> Disallow DML operations on connections with CURRENT_SCN set -
> VariableLengthPKIT
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)