Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,10 @@ public void testDistinctAggregationPushdown()
abort("TODO");
}

@Test
@Override
public void testInsertIntoNotNullColumn()
protected String errorMessageForInsertIntoNotNullColumn(String columnName)
{
// TODO: java.lang.UnsupportedOperationException: This method should be overridden
assertThatThrownBy(super::testInsertIntoNotNullColumn);
return "NULL result in a non-nullable column";
}

@Test
Expand Down