schemaStorage(ticdc): remove `schemaVersion` in `schemaStorage` (#11869)
This is an automated cherry-pick of #11869
What problem does this PR solve?
Issue Number: close #11868
What is changed and how it works?
This PR removes the SchemaVersion field and its associated logic from the schemaStorage component in TiCDC. The change is part of an effort to remove schema change checking and reduce redundant logic.
Related to #11733.
Check List
Tests
- Unit test
- Integration test
Questions
Will it cause performance regression or break compatibility?
No.
Do you need to update user documentation, design documentation or monitoring documentation?
No.
Release note
None
/retest
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: wlwilliamx
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [wlwilliamx]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
@ti-chi-bot: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| jenkins-ticdc/verify | be2e006a16f3643a6c427e4901fd1832dc50336f | link | true | /test verify |
| pull-verify | be2e006a16f3643a6c427e4901fd1832dc50336f | link | true | /test pull-verify |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.