You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/10/04 00:24:33 UTC

[jira] [Created] (HIVE-8342) Potential null dereference in ColumnTruncateMapper#jobClose()

Ted Yu created HIVE-8342:
----------------------------

             Summary: Potential null dereference in ColumnTruncateMapper#jobClose()
                 Key: HIVE-8342
                 URL: https://issues.apache.org/jira/browse/HIVE-8342
             Project: Hive
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


{code}
    Utilities.mvFileToFinalPath(outputPath, job, success, LOG, dynPartCtx, null,
      reporter);
{code}
Utilities.mvFileToFinalPath() calls createEmptyBuckets() where conf is dereferenced:
{code}
    boolean isCompressed = conf.getCompressed();
    TableDesc tableInfo = conf.getTableInfo();
{code}



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