-
Notifications
You must be signed in to change notification settings - Fork 29.1k
[SPARK-9325][SPARK-R] head() and show() for Columns #11336
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
Closed
Closed
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
6fc97e0
Support for collect() on Columns
fbf9b02
Removed drop=F from other PR
04e728b
Removed NA default value for df in column() method
2d9ee18
Added docs to head(Column)
dc3df19
Still can't recreate build issue. Added default value df=NULL
1e06d3c
Noticed collate order is automatically changed after running install-…
d697d44
Still can't recreate build issue. Added minimal test case to debug it
24b6154
Reverted removing spaces in test cases. This works in my environment,…
6a38a3c
Added docs for collect(Column)
bf4df26
Handled case of 'orhpan' Columns with no parent DataFrame
c86bebb
Added tests for orphan Columns
bf6c456
Merged with the base branch
e5659ee
Fixed style issues
97920c6
Merged upstream branch
9c1661f
pkg/R/columnR
6cbebc1
Merge branch 'master' of https://github.com/apache/spark into SPARK-9325
8f906a2
Merged with upstream
ed0abf2
Removed method collect()
d2470fa
Removed spark.init() call, fixed docs
bf739e4
Used a singleton to generate empty DataFrame
20e53e8
Minor docs change
266d5ff
Added missing bracket
257fa86
Added documentation for parameter df of class Column
0691c32
Fixed docs issues
445407c
Removed commented code
1ace2e5
Fixed docs issues. Renamed parameter n as num for method head to have…
2bfb8a6
Style fixes
e0bba0a
Fixed docs issues
b25deb1
Cosmetic changes
76061ad
More cosmetics
ed1b382
More cosmetics
1338d71
Fixed style issues
c0f1906
Added test for Columns with no parent DataFrame
777aee3
Moved head documentation to generics.R
619f23b
Moved documentation for show method to generics.R
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
you do need to add at least
#' @rdname showhere to tell roxygen2 they should go together