We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reorganize partition is going to be supported in TiDB, pingcap/tidb#38535 and TiCDC needs to support it as well.
Currently timodel.ActionReorganizePartition is skipped and needs to be handled, just like other partitioning operations.
not supporting it?
Nothing more than enable it is needed, since the existing implementation of partition management already supports this.
The text was updated successfully, but these errors were encountered:
Support ALTER TABLE t REORGANIZE PARTITION (#8114)
129d619
close #8113
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
Reorganize partition is going to be supported in TiDB, pingcap/tidb#38535 and TiCDC needs to support it as well.
Describe the feature you'd like
Currently timodel.ActionReorganizePartition is skipped and needs to be handled, just like other partitioning operations.
Describe alternatives you've considered
not supporting it?
Teachability, Documentation, Adoption, Migration Strategy
Nothing more than enable it is needed, since the existing implementation of partition management already supports this.
The text was updated successfully, but these errors were encountered: