Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-7598

Potential null pointer dereference in MergeTask#closeJob()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Call to Utilities.mvFileToFinalPath() passes null as second last parameter, conf.
      null gets passed to createEmptyBuckets() which dereferences conf directly:

          boolean isCompressed = conf.getCompressed();
          TableDesc tableInfo = conf.getTableInfo();
      

      Attachments

        1. HIVE-7598.patch
          0.8 kB
          SUYEON LEE

        Issue Links

          Activity

            People

              suyeon1222 SUYEON LEE
              yuzhihong@gmail.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: