Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-024 committed Jan 9, 2025
1 parent 9317d61 commit df7ef44
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ public void testCreateTable() {
public void testAlterTable() {
sql(String.format("ALTER TABLE %s.%s ADD e INT AFTER b", databaseName, tableName));
sql(String.format("ALTER TABLE %s.%s DROP b", databaseName, tableName));
;
sql(String.format("ALTER TABLE %s.%s RENAME a TO a1", databaseName, tableName));
;
List<Row> result = sql(String.format("SHOW CREATE TABLE %s.%s", databaseName, tableName));
assertThat(result.toString())
.contains(
Expand Down

0 comments on commit df7ef44

Please sign in to comment.