GitHub user marmbrus opened a pull request:

    https://github.com/apache/spark/pull/9602

    [WIP] [SPARK-11636] [SQL] Support as for classes defined in the REPL

    Right now things blow up if you call `df.as[MyClass]` if `MyClass` is 
defined in the REPL:
     - [ ] Because `classForName` doesn't work on the munged names returned by 
`tpe.erasure.typeSymbol.asClass.fullName`
     - [ ] Because we don't have anything to pass into the constructor for the 
`$outer` pointer.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/marmbrus/spark dataset-replClasses

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/9602.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #9602
    
----
commit a0a04a7fa9414771854cf199e1ed64139b8388cf
Author: Michael Armbrust <mich...@databricks.com>
Date:   2015-11-10T19:53:19Z

    [SPARK-11636] [SQL] Support as for classes defined in the REPL

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to