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

Hive QA commented on HIVE-8587:
-------------------------------



{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/12677146/HIVE-8587.01.patch

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6580 tests executed
*Failed tests:*
{noformat}
org.apache.hive.minikdc.TestJdbcWithMiniKdc.testNegativeTokenAuth
{noformat}

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

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: 1 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12677146 - PreCommit-HIVE-TRUNK-Build

> Vectorized Extract operator needs to update the Vectorization Context column 
> map
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-8587
>                 URL: https://issues.apache.org/jira/browse/HIVE-8587
>             Project: Hive
>          Issue Type: Bug
>          Components: Tez, Vectorization
>    Affects Versions: 0.14.0
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>            Priority: Critical
>             Fix For: 0.14.0
>
>         Attachments: HIVE-8587.01.patch
>
>
> Fails on Tez:
> {noformat}
> hive> SET hive.vectorized.execution.enabled=true;
> hive> set hive.support.concurrency=true;
> hive> set hive.enforce.bucketing=true;
> hive> CREATE TABLE non_orc_table(a INT, b STRING) CLUSTERED BY(a) INTO 2 
> BUCKETS STORED AS sequencefile; 
> insert into table non_orc_table values(1, 'one'),(1, 'one'), (2, 'two'),(3, 
> 'three'); select a, b from non_orc_table order by a;
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to