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

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

     [ https://issues.apache.org/jira/browse/HIVE-10285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nezih Yigitbasi updated HIVE-10285:
-----------------------------------
    Attachment: HIVE-10285.patch

> 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
>         Attachments: HIVE-10285.patch
>
>
> 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)