Uh oh!
There was an error while loading. Please reload this page.
[SPARK-18823][SPARKR] add support for assigning to column - #16663
Closed
felixcheung wants to merge 3 commits into
Closed
[SPARK-18823][SPARKR] add support for assigning to column#16663felixcheung wants to merge 3 commits into
felixcheung wants to merge 3 commits into
Conversation
SparkQA
commented
Jan 20, 2017
Test build #71738 has finished for PR 16663 at commit
|
SparkQA
commented
Jan 21, 2017
Test build #71758 has finished for PR 16663 at commit
|
SparkQA
commented
Jan 21, 2017
Test build #71760 has finished for PR 16663 at commit
|
felixcheung
commented
Jan 24, 2017
MemberAuthor
merged to master and 2.1.1 |
asfgit pushed a commit
that referenced
this pull request
Jan 24, 2017
## What changes were proposed in this pull request? Support for ``` df[[myname]] <- 1 df[[2]] <- df$eruptions ``` ## How was this patch tested? manual tests, unit tests Author: Felix Cheung <felixcheung_m@hotmail.com> Closes#16663 from felixcheung/rcolset. (cherry picked from commit f27e024) Signed-off-by: Felix Cheung <felixcheung@apache.org>
uzadude pushed a commit
to uzadude/spark
that referenced
this pull request
Jan 27, 2017
## What changes were proposed in this pull request? Support for ``` df[[myname]] <- 1 df[[2]] <- df$eruptions ``` ## How was this patch tested? manual tests, unit tests Author: Felix Cheung <felixcheung_m@hotmail.com> Closesapache#16663 from felixcheung/rcolset.
cmonkey pushed a commit
to cmonkey/spark
that referenced
this pull request
Feb 15, 2017
## What changes were proposed in this pull request? Support for ``` df[[myname]] <- 1 df[[2]] <- df$eruptions ``` ## How was this patch tested? manual tests, unit tests Author: Felix Cheung <felixcheung_m@hotmail.com> Closesapache#16663 from felixcheung/rcolset.
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.
What changes were proposed in this pull request?
Support for
How was this patch tested?
manual tests, unit tests