Skip to content

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