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

Hive QA commented on HIVE-9330:
-------------------------------



{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/12691491/HIVE-9330.patch

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6747 tests executed
*Failed tests:*
{noformat}
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/2328/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2328/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2328/

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: 12691491 - PreCommit-HIVE-TRUNK-Build

> DummyTxnManager will throw NPE if WriteEntity writeType has not been set
> ------------------------------------------------------------------------
>
>                 Key: HIVE-9330
>                 URL: https://issues.apache.org/jira/browse/HIVE-9330
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Chaoyu Tang
>            Assignee: Chaoyu Tang
>            Priority: Minor
>         Attachments: HIVE-9330.patch, HIVE-9330.patch
>
>
> DummyTxnManager line 259:
> {code}
>     switch (we.getWriteType()) {
>       case DDL_EXCLUSIVE:
>         return HiveLockMode.EXCLUSIVE;
>       case DDL_SHARED:
>         return HiveLockMode.SHARED;
> ...
> {code}
> will throw out NPE in case the WriteEntity(we) writeType has not been set.



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

Reply via email to