-
Notifications
You must be signed in to change notification settings - Fork 28.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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
apache:master
from
ScrapCodes:SPARK-1199/repl-case-class-fix
Closed
[SPARK-1199][REPL][WIP] Changed wrappers to not use vals and thus avoid Path dependent types problem. #1176
ScrapCodes
wants to merge
2
commits into
apache:master
from
ScrapCodes:SPARK-1199/repl-case-class-fix
Conversation
This file contains 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
Merged build triggered. |
ScrapCodes
changed the title
[Spark 1199][WIP] Changed wrappers to not use vals and thus avoid Path dependent types problem.
[SPARK-1199][WIP] Changed wrappers to not use vals and thus avoid Path dependent types problem.
Jun 22, 2014
Merged build started. |
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16013/ |
ScrapCodes
changed the title
[SPARK-1199][WIP] Changed wrappers to not use vals and thus avoid Path dependent types problem.
[SPARK-1199][REPL][WIP] Changed wrappers to not use vals and thus avoid Path dependent types problem.
Jun 23, 2014
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> Closes apache#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
Sign up for free
to 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 :)