-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
VReplication: Support both vindex col def formats when initing target sequences #16862
Conversation
Signed-off-by: Matt Lord <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: Matt Lord <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16862 +/- ##
==========================================
+ Coverage 69.43% 69.44% +0.01%
==========================================
Files 1571 1571
Lines 203021 203095 +74
==========================================
+ Hits 140970 141042 +72
- Misses 62051 62053 +2 ☔ View full report in Codecov by Sentry. |
61b5e29
to
e536072
Compare
Signed-off-by: Matt Lord <[email protected]>
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.
Let us NOT backport this feature to older versions.
… sequences (vitessio#16862) Signed-off-by: Matt Lord <[email protected]> Signed-off-by: Tim Vaillancourt <[email protected]>
Description
You can specify the columns which make up a vindex in two ways within the vschema:
The
MoveTables
target sequence initialization work (added in #13656) only supports the legacy way. It needs to be updated to support either.That's exactly what this PR does. 🙂
Related Issue(s)
Checklist