Skip to content
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-18823][SPARKR] add support for assigning to column #16663

Closed
wants to merge 3 commits into from

Conversation

felixcheung
Copy link
Member

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

@SparkQA
Copy link

SparkQA commented Jan 20, 2017

Test build #71738 has finished for PR 16663 at commit 1524cfa.

  • This patch fails SparkR unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jan 21, 2017

Test build #71758 has finished for PR 16663 at commit 17d3226.

  • This patch fails SparkR unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jan 21, 2017

Test build #71760 has finished for PR 16663 at commit 73845cb.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@felixcheung
Copy link
Member Author

merged to master and 2.1.1

@asfgit asfgit closed this in f27e024 Jan 24, 2017
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 <[email protected]>

Closes #16663 from felixcheung/rcolset.

(cherry picked from commit f27e024)
Signed-off-by: Felix Cheung <[email protected]>
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 <[email protected]>

Closes apache#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 <[email protected]>

Closes apache#16663 from felixcheung/rcolset.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants