Skip to content

Commit adffc42

Browse files
committed
removed empty test
1 parent f88883a commit adffc42

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

clickhouse-data/src/test/java/com/clickhouse/data/ClickHouseColumnTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,4 @@ public Object[][] testJSONBinaryFormat_dp() {
465465
{"JSON(max_dynamic_types=3,max_dynamic_paths=3, SKIP REGEXP '^-.*',SKIP ff, flags Array(Array(Array(Int8))), SKIP alt_count)", 2, Arrays.asList("flags")},
466466
};
467467
}
468-
469-
@Test(groups = {"unit"})
470-
public void testReadColumnWithTableName() {
471-
ClickHouseColumn c = ClickHouseColumn.of("`table`.`field1`", "String");
472-
System.out.println(c);
473-
}
474468
}

0 commit comments

Comments
 (0)