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

SUYEON LEE commented on HIVE-7754:
----------------------------------

I already made patch for HIVE-7598. and I think this issue came from same 
code(Utilities#createEmptyBuckets). 
Check if patch i made is right or not.

> Potential null pointer dereference in ColumnTruncateMapper#jobClose()
> ---------------------------------------------------------------------
>
>                 Key: HIVE-7754
>                 URL: https://issues.apache.org/jira/browse/HIVE-7754
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: SUYEON LEE
>            Priority: Minor
>
> {code}
>     Utilities.mvFileToFinalPath(outputPath, job, success, LOG, dynPartCtx, 
> null,
>       reporter);
> {code}
> null is passed to Utilities.mvFileToFinalPath() which gets passed to 
> createEmptyBuckets() where:
> {code}
>     boolean isCompressed = conf.getCompressed();
>     TableDesc tableInfo = conf.getTableInfo();
> {code}



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

Reply via email to