Skip to content

Commit

Permalink
Upgrade Snowflake to 2.1.2 - Add testNominalInsert with different off…
Browse files Browse the repository at this point in the history
…sets to allow duplicates insert in snowflake.
  • Loading branch information
EduardHantig committed Feb 5, 2024
1 parent 18828b2 commit adb6d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected boolean checkTableMetadata() {

@Test
public void testNominal() throws SQLException, InterruptedException {
super.testNominalInsert(false);
super.testNominalInsert(false, 1);
}

// @Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ protected boolean checkTableMetadata() {

@Test
public void testNominal() throws SQLException, InterruptedException {
super.testNominalInsert(false);
super.testNominalInsert(false, 1);
}

// @Test
Expand Down

0 comments on commit adb6d5b

Please sign in to comment.