-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-11031][SPARKR] Method str() on a DataFrame #9613
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
|
The output of this method looks like this:
|
|
Test build #45577 has finished for PR 9613 at commit
|
|
Test build #45579 has finished for PR 9613 at commit
|
|
@shivaram @felixcheung Can anybody review this one? I'd appreciate it. Thanks! |
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.
use paste0?
|
Test build #45916 has finished for PR 9613 at commit
|
|
Test build #45917 has finished for PR 9613 at commit
|
|
I'm getting the error below, but such line is blank. Jenkins, could you retest please? inst/tests/test_sparkSQL.R:1542:1: Warning messages: |
|
@olarayej The empty line could still have whitespaces that'll need to be removed to pass the style checker |
|
@shivaram Yeah, by empty line I meant completely empty (no spaces or anything). Now it's passing. I believe it was picking up and old version of my file :-). Thanks! |
|
Test build #45918 has finished for PR 9613 at commit
|
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.
I understand that, the check on SHORT_TYPES is below in line 2278 though?
here, types is still "character" right?
|
also this comment #9613 (diff) |
|
Test build #48016 has finished for PR 9613 at commit
|
|
Test build #48021 has finished for PR 9613 at commit
|
|
Test build #48028 has finished for PR 9613 at commit
|
|
@felixcheung Done! |
|
@shivaram I have addressed all your comments. Should we close this pull request? |
|
Happy New Year, folks! Shall we merge this PR? @shivaram |
|
Sorry I've been traveling for the last couple of weeks. I get back on
|
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.
it looks like with is duplicated:
https://github.com/olarayej/spark/blob/SPARK-11031/R/pkg/R/generics.R
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.
Fixed this and also re-ordered generics declaration for attach and as.data.frame.
|
Test build #49249 has finished for PR 9613 at commit
|
|
Jenkins, could you retest please? The error I see is "Error fetching remote repo 'origin'" |
|
@SparkQA Could you retest? |
|
Jenkins, retest this please |
|
Test build #49272 has finished for PR 9613 at commit
|
|
Test build #49327 has finished for PR 9613 at commit
|
|
@felixcheung Done. Thanks! |
|
looks good and test passed! |
|
LGTM from me as well. Thanks @olarayej - Merging this to master and branch-1.6. |
Author: Oscar D. Lara Yejas <[email protected]> Author: Oscar D. Lara Yejas <[email protected]> Author: Oscar D. Lara Yejas <[email protected]> Author: Oscar D. Lara Yejas <[email protected]> Closes #9613 from olarayej/SPARK-11031. (cherry picked from commit ba4a641) Signed-off-by: Shivaram Venkataraman <[email protected]>
|
Thanks, @shivaram! |
No description provided.