Skip to content
Snippets Groups Projects
  • Davies Liu's avatar
    9f913c4f
    [SPARK-9114] [SQL] [PySpark] convert returned object from UDF into internal type · 9f913c4f
    Davies Liu authored
    This PR also remove the duplicated code between registerFunction and UserDefinedFunction.
    
    cc JoshRosen
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #7450 from davies/fix_return_type and squashes the following commits:
    
    e80bf9f [Davies Liu] remove debugging code
    f94b1f6 [Davies Liu] fix mima
    8f9c58b [Davies Liu] convert returned object from UDF into internal type
    9f913c4f
    History
    [SPARK-9114] [SQL] [PySpark] convert returned object from UDF into internal type
    Davies Liu authored
    This PR also remove the duplicated code between registerFunction and UserDefinedFunction.
    
    cc JoshRosen
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #7450 from davies/fix_return_type and squashes the following commits:
    
    e80bf9f [Davies Liu] remove debugging code
    f94b1f6 [Davies Liu] fix mima
    8f9c58b [Davies Liu] convert returned object from UDF into internal type