Skip to content

Commit

Permalink
fixup: address review
Browse files Browse the repository at this point in the history
  • Loading branch information
docete committed Feb 23, 2021
1 parent aa8dede commit 9b596a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,8 @@ class TableSinkITCase extends StreamingTestBase {
tEnv.createTemporaryView("MyTable", t)

expectedEx.expect(classOf[ValidationException])
expectedEx.expectMessage("Column 'a' has no default value and does not allow NULLs")
expectedEx.expectMessage("Column 'a' does not allow NULL value, " +
"thus it can not be used in partial insert")

tEnv.executeSql(
s"""
Expand Down

0 comments on commit 9b596a1

Please sign in to comment.