-
Couldn't load subscription status.
- Fork 28.9k
[SPARK-12234] [SparkR] Fix subset function error when only set select argument
#10217
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
Conversation
subset function error when only set select argument
|
Test build #47411 has finished for PR 10217 at commit
|
|
cool, looks good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
best if we could add an example above
R/pkg/R/DataFrame.R
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2-space ident
|
also could you state in the method description that subset parameter is optional? |
|
Test build #47417 has finished for PR 10217 at commit
|
|
Test build #47421 has finished for PR 10217 at commit
|
|
LGTM |
|
Test build #47519 has finished for PR 10217 at commit
|
|
LGTM. Thanks @yanboliang - Merging this |
…``select``` argument Fix ```subset``` function error when only set ```select``` argument. Please refer to the [JIRA](https://issues.apache.org/jira/browse/SPARK-12234) about the error and how to reproduce it. cc sun-rui felixcheung shivaram Author: Yanbo Liang <[email protected]> Closes #10217 from yanboliang/spark-12234. (cherry picked from commit d9d354e) Signed-off-by: Shivaram Venkataraman <[email protected]>
Fix
subsetfunction error when only setselectargument. Please refer to the JIRA about the error and how to reproduce it.cc @sun-rui @felixcheung @shivaram