-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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-7435[R]: Make DataFrame.show() consistent with that of Scala and pySpark #5989
Conversation
Pulling functionality from apache spark
Can one of the admins verify this patch? |
Thanks @rekhajoshm -- I actually think we can remove |
@rekhajoshm , Thank you. As discussed in the JIRA issue, we can keep these names as is. But we can improve the implementation of showDF() to print c-style strings. |
Jenkins, ok to test |
@@ -184,7 +185,7 @@ setMethod("showDF", | |||
#' sqlCtx <- sparkRSQL.init(sc) | |||
#' path <- "path/to/file.json" | |||
#' df <- jsonFile(sqlCtx, path) | |||
#' show(df) | |||
#' show |
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.
Minor nit: This should be df
and not show
Merged build triggered. |
Merged build started. |
Thanks @rekhajoshm - Change mostly looks good to me. I had a minor comment inline |
Test build #32280 has started for PR 5989 at commit |
@srowen Could you help add @rekhajoshm as developer in the Spark JIRA so this issue can be assigned ? |
Test build #32280 has finished for PR 5989 at commit
|
Merged build finished. Test PASSed. |
Test PASSed. |
The comment fix is actually pretty minor - I can fix it up during the merge. Thanks @rekhajoshm for the PR. Merging this to master and branch-1.4 |
…cala and pySpark Author: Joshi <[email protected]> Author: Rekha Joshi <[email protected]> Closes #5989 from rekhajoshm/fix/SPARK-7435 and squashes the following commits: cfc9e02 [Joshi] Spark-7435[R]: updated patch for review comments 62becc1 [Joshi] SPARK-7435: Update to DataFrame e3677c9 [Rekha Joshi] Merge pull request #1 from apache/master (cherry picked from commit b94a933) Signed-off-by: Shivaram Venkataraman <[email protected]>
Thanks @shivaram |
…cala and pySpark Author: Joshi <[email protected]> Author: Rekha Joshi <[email protected]> Closes apache#5989 from rekhajoshm/fix/SPARK-7435 and squashes the following commits: cfc9e02 [Joshi] Spark-7435[R]: updated patch for review comments 62becc1 [Joshi] SPARK-7435: Update to DataFrame e3677c9 [Rekha Joshi] Merge pull request apache#1 from apache/master
…cala and pySpark Author: Joshi <[email protected]> Author: Rekha Joshi <[email protected]> Closes apache#5989 from rekhajoshm/fix/SPARK-7435 and squashes the following commits: cfc9e02 [Joshi] Spark-7435[R]: updated patch for review comments 62becc1 [Joshi] SPARK-7435: Update to DataFrame e3677c9 [Rekha Joshi] Merge pull request apache#1 from apache/master
…cala and pySpark Author: Joshi <[email protected]> Author: Rekha Joshi <[email protected]> Closes apache#5989 from rekhajoshm/fix/SPARK-7435 and squashes the following commits: cfc9e02 [Joshi] Spark-7435[R]: updated patch for review comments 62becc1 [Joshi] SPARK-7435: Update to DataFrame e3677c9 [Rekha Joshi] Merge pull request apache#1 from apache/master
No description provided.