[ 
https://issues.apache.org/jira/browse/SPARK-8730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated SPARK-8730:
-----------------------------
    Assignee: Eugen Cepoi

> Deser primitive class with Java serialization
> ---------------------------------------------
>
>                 Key: SPARK-8730
>                 URL: https://issues.apache.org/jira/browse/SPARK-8730
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: Eugen Cepoi
>            Assignee: Eugen Cepoi
>            Priority: Critical
>             Fix For: 1.6.0
>
>
> Objects that contain as property a primitive Class, can not be deserialized 
> using java serde. Class.forName does not work for primitives.
> Exemple of object:
> class Foo extends Serializable {
>   val intClass = classOf[Int]
> }



--
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