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

Online DDL: better support for range partitioning #15698

Merged
merged 18 commits into from
May 1, 2024

typo

c0b7a45
Select commit
Loading
Failed to load commit list.
Merged

Online DDL: better support for range partitioning #15698

typo
c0b7a45
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 30, 2024 in 1s

68.45% (+0.04%) compared to cf3acaa

View this Pull Request on Codecov

68.45% (+0.04%) compared to cf3acaa

Details

Codecov Report

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

Project coverage is 68.45%. Comparing base (cf3acaa) to head (c0b7a45).
Report is 2 commits behind head on main.

Files Patch % Lines
go/vt/schemadiff/analysis.go 65.38% 9 Missing ⚠️
go/vt/vttablet/onlineddl/analysis.go 0.00% 3 Missing ⚠️
go/vt/schemadiff/errors.go 0.00% 2 Missing ⚠️
go/vt/schema/ddl_strategy.go 50.00% 1 Missing ⚠️
go/vt/vttablet/onlineddl/executor.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15698      +/-   ##
==========================================
+ Coverage   68.41%   68.45%   +0.04%     
==========================================
  Files        1558     1559       +1     
  Lines      196353   196302      -51     
==========================================
+ Hits       134337   134388      +51     
+ Misses      62016    61914     -102     

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