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

Feature: Multi Target Update Support #15402

Merged
merged 9 commits into from
Mar 11, 2024

removed commented line

20b3b5f
Select commit
Loading
Failed to load commit list.
Merged

Feature: Multi Target Update Support #15402

removed commented line
20b3b5f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 11, 2024 in 0s

65.64% (-0.08%) compared to 983a3c8

View this Pull Request on Codecov

65.64% (-0.08%) compared to 983a3c8

Details

Codecov Report

Attention: Patch coverage is 92.67016% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 65.64%. Comparing base (983a3c8) to head (20b3b5f).
Report is 3 commits behind head on main.

Files Patch % Lines
go/vt/vtgate/planbuilder/operators/update.go 94.61% 7 Missing ⚠️
go/vt/vtgate/semantics/semantic_state.go 77.77% 4 Missing ⚠️
go/vt/vtgate/planbuilder/operators/delete.go 89.47% 2 Missing ⚠️
go/vt/vtgate/planbuilder/operators/dml_planning.go 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15402      +/-   ##
==========================================
- Coverage   65.72%   65.64%   -0.08%     
==========================================
  Files        1562     1562              
  Lines      193952   194318     +366     
==========================================
+ Hits       127474   127567      +93     
- Misses      66478    66751     +273     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.