Jason Dere created HIVE-14819:
---------------------------------
Summary: FunctionInfo for permanent functions shows TEMPORARY
FunctionType
Key: HIVE-14819
URL: https://issues.apache.org/jira/browse/HIVE-14819
Project: Hive
Issue Type: Bug
Components: UDF
Affects Versions: 2.1.0
Reporter: Jason Dere
Assignee: Jason Dere
The FunctionInfo has a FunctionType field which describes if the function is a
builtin/persistent/temporary function. But for permanent functions, the
FunctionInfo being returned by the FunctionRegistry is showing the type to be
TEMPORARY.
This affects things which may be depending on function type, for example
LlapDecider, which will allow builtin/persistent UDFs to be used in LLAP but
not temporary functions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)