Artjom Metro created SPARK-11716:
------------------------------------

             Summary: UDFRegistration Drops Input Type Information
                 Key: SPARK-11716
                 URL: https://issues.apache.org/jira/browse/SPARK-11716
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.5.1
            Reporter: Artjom Metro
            Priority: Minor


The UserDefinedFunction returned by the UDFRegistration does not contain the 
input type information, although that information is available.
To fix the issue the last line of every register function would had to be 
changed to "UserDefinedFunction(func, dataType, inputType)" or is there any 
specific reason this was not done?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to