-
Notifications
You must be signed in to change notification settings - Fork 590
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
refactor(plan_node): use generics in update nodes #9740
Conversation
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.
license-eye has totally checked 3410 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
1552 | 1 | 1857 | 0 |
Click to see the invalid file list
- src/frontend/src/optimizer/plan_node/generic/update.rs
Codecov Report
@@ Coverage Diff @@
## main #9740 +/- ##
==========================================
- Coverage 70.98% 70.97% -0.01%
==========================================
Files 1245 1246 +1
Lines 208369 208350 -19
==========================================
- Hits 147909 147875 -34
- Misses 60460 60475 +15
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
Follow up of #8898, #8870, #8905, #8930, #8932, #9011, #9044, #9176, #9715.
This PR simplifies batch-update nodes.
Checklist For Contributors
Documentation