parition table can not change decimal type #57780
Labels
component/tablepartition
This issue is related to Table Partition of TiDB.
sig/sql-infra
SIG: SQL Infra
type/enhancement
The issue or PR belongs to an enhancement.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
create table :
It works on normal table
2. What did you expect to see? (Required)
alter table cis_assay_report_detail change column test_decimal test_decimal decimal(11,2);
execute success
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
tidb 8.4
The text was updated successfully, but these errors were encountered: