-
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-33832][SQL] Support optimize skewed join even if introduce extra shuffle #32816
Closed
Closed
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
49e8bd9
Support optimize skew join even if introduce extra shuffle
ulysses-you db77ddd
EnsureRequirements
ulysses-you a63cd72
make a new rules
ulysses-you 59a5e4a
fix local reader number
ulysses-you 9c985da
more cost
ulysses-you e2102a5
Merge branch 'master' of https://github.com/apache/spark into support…
ulysses-you 8bc22ad
nit
ulysses-you 7734d3e
nit
ulysses-you cbc7553
Merge branch 'master' of https://github.com/apache/spark into support…
ulysses-you 3dc61a3
force optimize skewed join
ulysses-you 30b7de0
style
ulysses-you 6caa4a3
name
ulysses-you cd1a379
final stage
ulysses-you 2b3bfe6
style
ulysses-you d305894
conflick
ulysses-you 6725f97
checkDistribution
ulysses-you 7a0448b
SimpleCostEvaluator
ulysses-you 60b7b9d
address comment
ulysses-you fbf9727
cost
ulysses-you b54e9c2
plan twice
ulysses-you f5ad40e
nit
ulysses-you 8058fe9
nit
ulysses-you 369bf33
ensureRequiredDistribution
ulysses-you d93c3df
remove dead code
ulysses-you b215e2d
simplify code
ulysses-you 5b63e4d
address comment
ulysses-you 3ccc29b
style
ulysses-you bc45d70
fix order
ulysses-you 580a0a4
address comment
ulysses-you bc39694
address comment
ulysses-you bb2e713
address comment
ulysses-you d3f0131
nit
ulysses-you 4712986
nit
ulysses-you 23ebea0
address comment
ulysses-you ef0765f
pass EnsureRequirements
ulysses-you 76c363d
simplify
ulysses-you 8961084
nit
ulysses-you 5ba73c4
EnsureRequirements
ulysses-you ca63321
pull out shuffle origin
ulysses-you f5e4b91
address comment
ulysses-you 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 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 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 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 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 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.
just move this code up