[ https://issues.apache.org/jira/browse/HIVE-10285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491579#comment-14491579 ]
Ashutosh Chauhan commented on HIVE-10285: ----------------------------------------- +1 > Incorrect endFunction call in HiveMetaStore > ------------------------------------------- > > Key: HIVE-10285 > URL: https://issues.apache.org/jira/browse/HIVE-10285 > Project: Hive > Issue Type: Bug > Components: Metastore > 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)