Skip to content

Commit

Permalink
Enable Snowflake testInsertIntoNotNullColumn test
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjian2664 authored and ebyhr committed Mar 27, 2024
1 parent 8ed9eb7 commit a643a47
Showing 1 changed file with 2 additions and 4 deletions.
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

0 comments on commit a643a47

Please sign in to comment.