[ 
https://issues.apache.org/jira/browse/HIVE-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077217#comment-14077217
 ] 

Hive QA commented on HIVE-7424:
-------------------------------



{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/12657780/HIVE-7424.3.patch

{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 5787 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_ql_rewrite_gbtoidx
org.apache.hive.jdbc.miniHS2.TestHiveServer2.testConnection
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/83/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/83/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-83/

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: 12657780

> HiveException: Error evaluating concat(concat('      ', str2), '      ') in 
> ql.exec.vector.VectorSelectOperator.processOp
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-7424
>                 URL: https://issues.apache.org/jira/browse/HIVE-7424
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>         Attachments: HIVE-7424.1.patch, HIVE-7424.2.patch, HIVE-7424.3.patch, 
> TestWithORC.zip, fail_401.sql
>
>
> One of several found by Raj Bains.
> M/R or Tez.
> {code}
> set hive.vectorized.execution.enabled=true;
> {code}
> Query:
> {code}
> SELECT `testv1_Calcs`.`key` AS `none_key_nk`,   CONCAT(CONCAT('      
> ',`testv1_Calcs`.`str2`),'      ') AS `none_padded_str2_nk`,   
> CONCAT(CONCAT('|',RTRIM(CONCAT(CONCAT('      ',`testv1_Calcs`.`str2`),'      
> '))),'|') AS `none_z_rtrim_str_nk` FROM `default`.`testv1_Calcs` 
> `testv1_Calcs` ;
> {code}
> Stack trace:
> {code}
> Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Error evaluating 
> concat(concat('      ', str2), '      ')
>       at 
> org.apache.hadoop.hive.ql.exec.vector.VectorSelectOperator.processOp(VectorSelectOperator.java:127)
>       at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:800)
>       at 
> org.apache.hadoop.hive.ql.exec.TableScanOperator.processOp(TableScanOperator.java:95)
>       at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:800)
>       at 
> org.apache.hadoop.hive.ql.exec.vector.VectorMapOperator.process(VectorMapOperator.java:43)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to