docs: clarify TiCDC index DDL ordering (#23336) - #23419
Conversation
📝 WalkthroughWalkthroughThe TiCDC documentation now clarifies that most DDL statements usually execute serially, while ChangesTiCDC index DDL documentation
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 9c482e56-51dc-4a7f-9313-e535626ab236
📒 Files selected for processing (2)
ticdc/ticdc-ddl.mdticdc/ticdc-faq.md
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiancai The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is an automated cherry-pick of #23336
First-time contributors' checklist
What is changed, added or deleted? (Required)
ADD INDEXandCREATE INDEXwhen the downstream is TiDB.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
AI agent involvement
Do your changes match any of the following descriptions?
Summary by CodeRabbit
ADD INDEXandCREATE INDEXstatements are executed asynchronously downstream and return before completion.