-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-13740: [R] summarize() should not eagerly evaluate #10992
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
27 commits
Select commit
Hold shift + click to select a range
867e147
Refactor ExecPlan building; use it in collect()
nealrichardson 1bf8a07
Implement order_by_sink and sort results of summarize
nealrichardson d75f4bd
Cleanup
nealrichardson 7e9aa03
Add some comments
nealrichardson 2cb3ea6
summarize now doesn't evaluate
nealrichardson 9a2cde5
Make dataset tests not assume row order
nealrichardson a1cd90f
Add support for derived grouping columns in summarize
nealrichardson 90612b5
summarize() collapses the query and we can do things on it after
nealrichardson f6cf638
Rename test file
nealrichardson bd6e363
Refactor and fix tests
nealrichardson bcea9c8
Clarify comments and add todos for the collapse() work
nealrichardson 11c7066
Add collapse()
nealrichardson cc2f0d7
Style and unskip test
nealrichardson 2ea6d04
use arrange instead of hardcoding
jonkeane 9e26457
Skip column metadata warning test
nealrichardson 92d8d3f
Note breaking changes before I forget
nealrichardson 88d07bb
Add options(arrow.summarise.sort), default FALSE
nealrichardson b7d6313
Skip all dataset tests on 32-bit windows rtools35
nealrichardson 31ec558
Correct but not super satisfying print method
nealrichardson bd25135
sort more tests
nealrichardson f07b420
More sort
nealrichardson be2499e
Apply suggestions from code review
nealrichardson f7e3e54
Cleanups
nealrichardson a63acb9
Improve test verbosity on windows
nealrichardson 3462b24
Skip all dataset tests on old 32-bit windows
nealrichardson 4fa2684
Final final tweaks
nealrichardson ceecc8f
Fix python skip
nealrichardson 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.