You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Nezih Yigitbasi (JIRA)" <ji...@apache.org> on 2015/04/09 23:31:12 UTC

[jira] [Created] (HIVE-10285) Incorrect endFunction call in HiveMetaStore

Nezih Yigitbasi created HIVE-10285:
--------------------------------------

             Summary: Incorrect endFunction call in HiveMetaStore
                 Key: HIVE-10285
                 URL: https://issues.apache.org/jira/browse/HIVE-10285
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.14.0
            Reporter: Nezih Yigitbasi
            Priority: Minor


The HiveMetaStore.get_function() method ends with an incorrect call to the endFunction() method. Instead of:
{code}
endFunction("get_database", func != null, ex);
{code}

It should call:
{code}
endFunction("get_function", func != null, ex);
{code}



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