[
https://issues.apache.org/jira/browse/HIVE-8886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235432#comment-14235432
]
Hive QA commented on HIVE-8886:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12685203/HIVE-8886.03.patch
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 6695 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_vector_decimal_aggregate
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1965/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1965/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1965/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12685203 - PreCommit-HIVE-TRUNK-Build
> Some Vectorized String CONCAT expressions result in runtime error
> Vectorization: Unsuported vector output type: StringGroup
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-8886
> URL: https://issues.apache.org/jira/browse/HIVE-8886
> Project: Hive
> Issue Type: Bug
> Components: Vectorization
> Affects Versions: 0.14.1
> Reporter: Matt McCline
> Assignee: Matt McCline
> Priority: Critical
> Fix For: 0.14.1
>
> Attachments: HIVE-8886.01.patch, HIVE-8886.02.patch,
> HIVE-8886.03.patch
>
>
> {noformat}
> SELECT CONCAT(CONCAT(CONCAT('Quarter ',CAST(CAST((MONTH(dt) - 1) / 3 + 1 AS
> INT) AS STRING)),'-'),CAST(YEAR(dt) AS STRING)) AS `field`
> FROM vectortab2korc
> GROUP BY CONCAT(CONCAT(CONCAT('Quarter ',CAST(CAST((MONTH(dt) - 1) / 3 +
> 1 AS INT) AS STRING)),'-'),CAST(YEAR(dt) AS STRING))
> LIMIT 50;
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)