Skip to content
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): simplify batch-delete #9785

Merged
merged 7 commits into from
May 14, 2023
Merged

refactor(plan_node): simplify batch-delete #9785

merged 7 commits into from
May 14, 2023

Conversation

ice1000
Copy link
Contributor

@ice1000 ice1000 commented May 13, 2023

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, #9740.
This PR simplifies batch-update nodes.

Checklist For Contributors

  • Yes

Documentation

  • My PR DOES NOT contain user-facing changes.

Copy link
Contributor

@github-actions github-actions bot left a 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 3421 files.

Valid Invalid Ignored Fixed
1552 1 1868 0
Click to see the invalid file list
  • src/frontend/src/optimizer/plan_node/generic/delete.rs

@ice1000 ice1000 enabled auto-merge May 13, 2023 14:54
@codecov
Copy link

codecov bot commented May 13, 2023

Codecov Report

Merging #9785 (09cfa99) into main (0995d35) will decrease coverage by 0.01%.
The diff coverage is 88.88%.

@@            Coverage Diff             @@
##             main    #9785      +/-   ##
==========================================
- Coverage   70.97%   70.96%   -0.01%     
==========================================
  Files        1245     1246       +1     
  Lines      208216   208208       -8     
==========================================
- Hits       147778   147757      -21     
- Misses      60438    60451      +13     
Flag Coverage Δ
rust 70.96% <88.88%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...rc/frontend/src/optimizer/plan_node/generic/mod.rs 0.00% <ø> (ø)
src/frontend/src/scheduler/plan_fragmenter.rs 67.57% <0.00%> (ø)
...c/frontend/src/optimizer/plan_node/batch_delete.rs 78.94% <66.66%> (+0.56%) ⬆️
...frontend/src/optimizer/plan_node/logical_delete.rs 69.09% <84.21%> (-13.21%) ⬇️
...frontend/src/optimizer/plan_node/generic/delete.rs 100.00% <100.00%> (ø)
src/frontend/src/planner/delete.rs 100.00% <100.00%> (ø)

... and 5 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants