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

Incorrect endFunction call in HiveMetaStore

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.14.0, 1.0.0, 1.1.0
    • 1.2.0
    • Logging, Metastore
    • None

    Description

      The HiveMetaStore.get_function() method ends with an incorrect call to the endFunction() method. Instead of:

      endFunction("get_database", func != null, ex);
      

      It should call:

      endFunction("get_function", func != null, ex);
      

      Attachments

        1. HIVE-10285.patch
          0.6 kB
          Nezih Yigitbasi

        Activity

          People

            nezihyigitbasi Nezih Yigitbasi
            nezihyigitbasi Nezih Yigitbasi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: