[
https://issues.apache.org/jira/browse/HIVE-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14145248#comment-14145248
]
Hive QA commented on HIVE-7598:
-------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12670656/HIVE-7598.patch
{color:green}SUCCESS:{color} +1 6314 tests passed
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/944/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/944/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-944/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12670656
> Potential null pointer dereference in MergeTask#closeJob()
> ----------------------------------------------------------
>
> Key: HIVE-7598
> URL: https://issues.apache.org/jira/browse/HIVE-7598
> Project: Hive
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: SUYEON LEE
> Priority: Minor
> Attachments: HIVE-7598.patch
>
>
> Call to Utilities.mvFileToFinalPath() passes null as second last parameter,
> conf.
> null gets passed to createEmptyBuckets() which dereferences conf directly:
> {code}
> boolean isCompressed = conf.getCompressed();
> TableDesc tableInfo = conf.getTableInfo();
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)