Skip to content

Commit

Permalink
[FLINK-32068] connector jdbc support clickhouse ,fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
WenDing-Y committed Jul 12, 2023
1 parent 6ce9bf9 commit 4facf4c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class JdbcTypeUtilTest {
void testTypeConversions() {
assertThat(logicalTypeToSqlType(LogicalTypeRoot.INTEGER)).isEqualTo(Types.INTEGER);
testUnsupportedType(LogicalTypeRoot.RAW);
testUnsupportedType(LogicalTypeRoot.MAP);
}

private static void testUnsupportedType(LogicalTypeRoot logicalTypeRoot) {
Expand Down

0 comments on commit 4facf4c

Please sign in to comment.