[ 
https://issues.apache.org/jira/browse/SPARK-13118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15196928#comment-15196928
 ] 

Jakob Odersky commented on SPARK-13118:
---------------------------------------

Upate: there was actually with inner classes (or package objects or any other 
synthetic class containing a dollar sign), however it only occurs when wrapped 
in option types.

> Support for classes defined in package objects
> ----------------------------------------------
>
>                 Key: SPARK-13118
>                 URL: https://issues.apache.org/jira/browse/SPARK-13118
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.6.0
>            Reporter: Michael Armbrust
>
> When you define a class inside of a package object, the name ends up being 
> something like {{org.mycompany.project.package$MyClass}}.  However, when 
> reflect on this we try and load {{org.mycompany.project.MyClass}}.



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