-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[refactor](nereids) New distribute planner #36531
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
37 commits
Select commit
Hold shift + click to select a range
ec5bee0
new distribute planner
924060929 787a0ed
NereidsCoordinator
924060929 fbedeed
NereidsCoordinator
924060929 69f436e
NereidsCoordinator
924060929 9b44f52
NereidsCoordinator
924060929 8c7e60b
NereidsCoordinator
924060929 6078055
NereidsCoordinator
924060929 1fd64db
fix
924060929 fe45958
fix
924060929 1e72024
fix
924060929 a83d486
fix
924060929 1d8bc62
fix prune bucket with colocate join
924060929 d175e25
fix local shuffle with bucket shuffle join
924060929 666d860
add local shuffle test
924060929 9810bc6
add local shuffle test
924060929 01169e1
add query_constant test
924060929 42b1d18
add shuffle test
924060929 705f455
fix local shuffle with bucket shuffle join
924060929 e5587b0
fix local shuffle with bucket shuffle join
924060929 f6941c5
fix local shuffle with bucket shuffle join
924060929 065e206
add shuffle test
924060929 b7eb2fd
add shuffle test
924060929 b3f5ccc
add shuffle test
924060929 e8410fc
fix unstable ut
924060929 2fdc16a
fix unstable ut
924060929 5675455
add profile info and instanceId to AssignedJob
924060929 8c29e26
fix bucket shuffle join
924060929 a9961fa
fix
924060929 4dffa46
fix
924060929 506105b
fix
924060929 f4e8e92
fix
924060929 b0b36fc
fix by comments
924060929 a411888
fix checkstyle
924060929 13183ce
fix checkstyle
924060929 bae5321
fix checkstyle
924060929 7f9210a
fix checkstyle
924060929 76f77f4
fix
924060929 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -262,6 +262,7 @@ planType | |
| | OPTIMIZED | PHYSICAL // same type | ||
| | SHAPE | ||
| | MEMO | ||
| | DISTRIBUTED | ||
| | ALL // default type | ||
| ; | ||
|
|
||
|
|
||
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.