[
https://issues.apache.org/jira/browse/PHOENIX-3503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15690939#comment-15690939
]
Hadoop QA commented on PHOENIX-3503:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12839737/PHOENIX-3503.patch
against master branch at commit e19c1734ea5aa0c0ee0e887c283a4712eb2dc803.
ATTACHMENT ID: 12839737
{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
44 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:
+ List<String> conditionColumnList = buildWhereClause(jobConf, sql,
whereClause,columnTypeMap);
+
TypeInfoUtils.getTypeInfosFromTypeString(jobConf.get(serdeConstants.LIST_COLUMN_TYPES));
{color:red}-1 core tests{color}. The patch failed these unit tests:
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/682//testReport/
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/682//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/682//console
This message is automatically generated.
> PhoenixStorageHandler doesn't work properly when execution engine of Hive is
> Tez.
> ----------------------------------------------------------------------------------
>
> Key: PHOENIX-3503
> URL: https://issues.apache.org/jira/browse/PHOENIX-3503
> Project: Phoenix
> Issue Type: Bug
> Reporter: Jeongdae Kim
> Assignee: Jeongdae Kim
> Labels: HivePhoenix
> Attachments: PHOENIX-3503.patch
>
>
> Hive storage handler can't parse some column types that have
> parameters(length, precision, scale...) from serdeConstants.LIST_COLUMN_TYPES
> correctly, when execution engine of Hive is Tez.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)