-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Unnecessary SortExec removal rule from Physical Plan #4691
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
56db313
Sort Removal rule initial commit
mustafasrepo 343fafb
move ordering satisfy to the util
mustafasrepo dfb6683
update test and change repartition maintain_input_order impl
mustafasrepo 0a42315
simplifications
mustafasrepo c2a1593
partition by refactor (#28)
mustafasrepo bf7bd11
Add naive sort removal rule
mustafasrepo 4cb7258
Add todo for finer Sort removal handling
mustafasrepo dbc30ab
Merge branch 'apache:master' into feature/sort_removal_rule
mustafasrepo aa4f739
Refactors to improve readability and reduce nesting
ozankabak 6309b01
reverse expr returns Option (no need for support check)
mustafasrepo d0d06de
Merge branch 'master' into feature/sort_removal_rule
mustafasrepo 91629b8
fix tests
mustafasrepo ae451a4
partition by and order by no longer ends up at the same window group
mustafasrepo 0e73945
Refactor to simplify code
ozankabak 4f145dd
Better comments, change method names
ozankabak 6d9a876
Merge branch 'apache:master' into feature/sort_removal_rule
mustafasrepo 6b07621
Resolve errors introduced by syncing
mustafasrepo 28075e6
Merge branch 'feature/sort_removal_rule' of https://github.com/synnad…
mustafasrepo ba388cb
address reviews
mustafasrepo 572a1a4
address reviews
mustafasrepo 717a68b
Merge branch 'master' into feature/sort_removal_rule
ozankabak ef92d46
Rename to less confusing OptimizeSorts
ozankabak 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
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.