GitHub user aarondav opened a pull request:
https://github.com/apache/spark/pull/222
Avoid Option while generating call site
This is an update on https://github.com/apache/spark/pull/180, which
changes the solution from blacklisting "Option.scala" to avoiding the Option
code path while generating the call path.
Also includes a unit test to prevent this issue in the future, and some
minor refactoring.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aarondav/spark 180
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/222.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 #222
----
commit 1bc22d76f0d2c125e8a085301b606b2d90675233
Author: witgo <[email protected]>
Date: 2014-03-19T14:37:53Z
Fix Stage.name return "apply at Option.scala:120"
commit d2b49803382979bf2880ee5a4e31d5e1fc236604
Author: witgo <[email protected]>
Date: 2014-03-19T15:12:28Z
Modify the position of the filter
commit f74aad108ef51dfd45cd36cee6ac0d671d314bbc
Author: Aaron Davidson <[email protected]>
Date: 2014-03-25T05:36:54Z
Avoid Option while generating call site & add unit tests
----
---
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.
---