-
Notifications
You must be signed in to change notification settings - Fork 706
feat(planner): add batch scan plan node definition #81
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
6cb5c0d to
5b9d9a1
Compare
Codecov Report
@@ Coverage Diff @@
## main #81 +/- ##
============================================
- Coverage 74.51% 74.45% -0.06%
- Complexity 2645 2654 +9
============================================
Files 830 833 +3
Lines 47640 47828 +188
Branches 1560 1562 +2
============================================
+ Hits 35497 35612 +115
- Misses 11345 11417 +72
- Partials 798 799 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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
st1page
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
What's changed and what's your intention?
This is a pre-req issue of batch plan scheduler. I use some methods in unittest so it can not be todo!() any more.
Checklist
Refer to a related PR or issue link (optional)