Support MODIFY COLUMN of partitioned tables #38297
Labels
component/tablepartition
This issue is related to Table Partition of TiDB.
type/feature-request
Categorizes issue or PR as related to a new feature.
Feature Request
Is your feature request related to a problem? Please describe:
A partitioned table should support the same ALTER commands as a non-partitioned table. But things like MODIFY COLUMN or CHANGE COLUMN does not support partitioned tables.
Describe the feature you'd like:
Support CHANGE COLUMN and MODIFY COLUMN on partitioned tables
Describe alternatives you've considered:
Create a new partitioned table with the changed column, copy all the data. But since there are no trigger support, it is really hard to keep the new table in sync with the old one...
Teachability, Documentation, Adoption, Migration Strategy:
Same as any other CHANGE/MODIFY COLUMN use case, just for partitioned tables.
The text was updated successfully, but these errors were encountered: