You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Liang-Chi Hsieh (JIRA)" <ji...@apache.org> on 2016/04/08 12:42:25 UTC

[jira] [Created] (SPARK-14487) User Defined Type registration without SQLUserDefinedType annotation

Liang-Chi Hsieh created SPARK-14487:
---------------------------------------

             Summary: User Defined Type registration without SQLUserDefinedType annotation
                 Key: SPARK-14487
                 URL: https://issues.apache.org/jira/browse/SPARK-14487
             Project: Spark
          Issue Type: Improvement
            Reporter: Liang-Chi Hsieh


Currently we use SQLUserDefinedType annotation to register UDTs for user classes. However, by doing this, we add Spark dependency to user classes.

For some user classes, it is unnecessary to add such dependency that will increase deployment difficulty.

We should provide alternative approach to register UDTs for user classes without SQLUserDefinedType annotation.



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

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