-
Notifications
You must be signed in to change notification settings - Fork 704
feat(meta): alter streaming schedule strategy #940
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
Conversation
…allel units (simple dispatch and hash dispatch)
Codecov Report
@@ Coverage Diff @@
## main #940 +/- ##
============================================
- Coverage 71.80% 71.68% -0.13%
Complexity 2766 2766
============================================
Files 971 972 +1
Lines 56773 56927 +154
Branches 1787 1787
============================================
+ Hits 40767 40809 +42
- Misses 15116 15228 +112
Partials 890 890
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
fuyufjh
left a comment
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.
LGTM for the rest
yezizp2012
left a comment
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.
Generally LGTM
|
can we replace node_id with worker_node_id? There used to be another nodeId in proto representing the id of executor in each fragment, which might be confusing... |
What's changed and what's your intention?
Please explain IN DETAIL what the changes are in this PR and why they are needed:
Checklist
Refer to a related PR or issue link
#670
#858