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)