Uh oh!
There was an error while loading. Please reload this page.
[SPARK-1199][REPL][WIP] Changed wrappers to not use vals and thus avoid Path dependent types problem. - #1176
Closed
ScrapCodes wants to merge 2 commits into
Closed
Conversation
AmplabJenkins
commented
Jun 22, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 22, 2014
Merged build started. |
AmplabJenkins
commented
Jun 22, 2014
Merged build finished. |
AmplabJenkins
commented
Jun 22, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16013/ |
ScrapCodes
commented
Jun 24, 2014
MemberAuthor
Closing this for now, will work on this later. |
asfgit pushed a commit
that referenced
this pull request
Jul 4, 2014
… defined classes. This is an alternate solution to #1176. Author: Prashant Sharma <prashant.s@imaginea.com> Closes#1179 from ScrapCodes/SPARK-1199/repl-fix-second-approach and squashes the following commits: 820b34b [Prashant Sharma] Here we generate two kinds of import wrappers based on whether it is a class or not.
asfgit pushed a commit
that referenced
this pull request
Jul 4, 2014
… defined classes. This is an alternate solution to #1176. Author: Prashant Sharma <prashant.s@imaginea.com> Closes#1179 from ScrapCodes/SPARK-1199/repl-fix-second-approach and squashes the following commits: 820b34b [Prashant Sharma] Here we generate two kinds of import wrappers based on whether it is a class or not. (cherry picked from commit d434150) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
xiliu82 pushed a commit
to xiliu82/spark
that referenced
this pull request
Sep 4, 2014
… defined classes. This is an alternate solution to apache#1176. Author: Prashant Sharma <prashant.s@imaginea.com> Closesapache#1179 from ScrapCodes/SPARK-1199/repl-fix-second-approach and squashes the following commits: 820b34b [Prashant Sharma] Here we generate two kinds of import wrappers based on whether it is a class or not.
wangyum pushed a commit
that referenced
this pull request
May 26, 2023
mapr-devops pushed a commit
to mapr/spark
that referenced
this pull request
May 8, 2025
mapr-devops pushed a commit
to mapr/spark
that referenced
this pull request
May 8, 2025
This reverts commit b9984350a3d2b706db92e50253d66c75f4304bb2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO: Write description. basically it fails for one particular scenario and I am enjoying tough time debugging it :)