Skip to content

Commit

Permalink
[regression-test](fix) fix case bug in alter table (#46435)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Issue Number: close #xxx

Related PR: #xxx
#44058 

Problem Summary:
behavior change in #44058
  • Loading branch information
shuke987 authored Jan 7, 2025
1 parent 04ef8d8 commit c5fce7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ suite("test_schema_change_ck") {
/****** drop key column ******/
test {
sql """ alter table ${tableName} drop column k2; """
exception "Can not drop key column in Unique data model table"
exception "Can not drop key column k2 in unique data model table"
}

/****** TODO does not support drop cluster key ******/
Expand Down

0 comments on commit c5fce7a

Please sign in to comment.