[
https://issues.apache.org/jira/browse/PHOENIX-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15958907#comment-15958907
]
Hadoop QA commented on PHOENIX-3770:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12862273/PHOENIX-3770.patch
against master branch at commit 8b3cc71eb9ae5972516435629591dd2ab94df50d.
ATTACHMENT ID: 12862273
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated
47 warning messages.
{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 " + COLUMN_QUALIFIER + " FROM
\"SYSTEM\".CATALOG WHERE " + TABLE_SCHEM + " = ? AND " + TABLE_NAME
+ String query = "SELECT " + COLUMN_QUALIFIER_COUNTER + " FROM
\"SYSTEM\".CATALOG WHERE " + TABLE_SCHEM + " = ? AND " + TABLE_NAME
+ String query = "SELECT " + TABLE_SEQ_NUM + " FROM \"SYSTEM\".CATALOG
WHERE " + TABLE_SCHEM + " = ? AND " + TABLE_NAME
+ PreparedStatement stmt = conn.prepareStatement("select ?[2] from
\"SYSTEM\".\"catalog\" limit 1");
+ conn.createStatement().execute("UPSERT INTO " + tableName + "(ID,
\"DATE\", \"COUNT\") VALUES(1, CURRENT_TIME(), 1)");
+ conn.createStatement().execute("UPSERT INTO " + tableName + "(ID,
\"DATE\", \"COUNT\") VALUES(1, CURRENT_TIME(), 2)");
+ conn.createStatement().execute("UPSERT INTO " + tableName + "(ID,
\"DATE\", \"COUNT\") VALUES(2, CURRENT_TIME(), 1)");
+ "SELECT NEXT '89b' VALUES FOR bulkalloc.alpha FROM
\"SYSTEM\".\"SEQUENCE\" LIMIT 1");
+ + " VALUES FOR bulkalloc.alpha FROM
\"SYSTEM\".\"SEQUENCE\" LIMIT 1");
+ + " VALUES FOR bulkalloc.alpha FROM
\"SYSTEM\".\"SEQUENCE\" LIMIT 1");
{color:green}+1 core tests{color}. The patch passed unit tests in .
{color:red}-1 core zombie tests{color}. There are 4 zombie test(s):
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/826//testReport/
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/826//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/826//console
This message is automatically generated.
> Double quote SYSTEM, USER,DATE keywords in some more IT tests
> -------------------------------------------------------------
>
> Key: PHOENIX-3770
> URL: https://issues.apache.org/jira/browse/PHOENIX-3770
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Rajeshbabu Chintaguntla
> Assignee: Rajeshbabu Chintaguntla
> Labels: calcite
> Fix For: 4.11.0
>
> Attachments: PHOENIX-3770.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)