Skip to content

Commit

Permalink
[fix] Fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsreaper committed Nov 14, 2024
1 parent 909be70 commit 3fce6c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ public void testUpdateNestedColumn(String formatType) {

assertThatCode(() -> sql("ALTER TABLE T MODIFY (v ROW(f1 BIGINT, f2 INT, f3 STRING))"))
.hasRootCauseMessage(
"Column v.f2 can only be updated to row type, and cannot be updated to INT type");
"Column v.f2 can only be updated to row type, and cannot be updated to INTEGER type");
}

@ParameterizedTest()
Expand Down

0 comments on commit 3fce6c4

Please sign in to comment.