Skip to content

Commit

Permalink
add UT
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Aug 2, 2022
1 parent 8ef6cbd commit 04e922e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
3 3
4 4


-- !sql --
1 1
3 3
4 4
5 abc

5 abc
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ suite("test_alter_table_column_with_delete", "schema_change") {

sql "insert into ${tbName1} values(5,'abc');"
qt_sql "select * from ${tbName1};"
sql "DROP TABLE ${tbName2} FORCE;"
sql "DROP TABLE ${tbName1} FORCE;"
}

0 comments on commit 04e922e

Please sign in to comment.