You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jason Dere (JIRA)" <ji...@apache.org> on 2016/09/22 19:16:20 UTC

[jira] [Created] (HIVE-14819) FunctionInfo for permanent functions shows TEMPORARY FunctionType

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)