Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Huo <penghuo@gmail.com>
  • Loading branch information
penghuo committed Mar 23, 2023
1 parent 1a643ae commit 4c95018
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void testJdbcTypeToCoreType() {
assertEquals(STRING, jdbcTypeToCoreType(Types.STRUCT));

// Test for unknown type
assertEquals(null, jdbcTypeToCoreType(999));
assertEquals(STRING, jdbcTypeToCoreType(999));
}

@Test
Expand Down

0 comments on commit 4c95018

Please sign in to comment.