Github user EugenCepoi commented on the pull request:

    https://github.com/apache/spark/pull/10203#issuecomment-162990380
  
    That problem actually applies to all types for which Kryo provides a 
default ser/de. Mostly because kryo will try to deserialize to the type known 
during registration and this syntax `new Foo with Bar` generates a class. I am 
wondering if this can't also occur for plain pojo/poso for which kryo will use 
it generic deser system. In short I think it is better to just use the java 
impl and eventually report that kind of problem to kryo chil project. Anyway 
SynchronizedMap is deperecated in scala 2.11.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to