Hisoka-X commented on code in PR #8874:
URL: https://github.com/apache/seatunnel/pull/8874#discussion_r1978572804
##########
seatunnel-connectors-v2/connector-jdbc/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/kingbase/KingbaseTypeConverterTest.java:
##########
@@ -89,7 +89,7 @@ public void testConvertBoolean() {
@Test
public void testConvertSmallint() {
BasicTypeDefine<Object> typeDefine =
-
BasicTypeDefine.builder().name("test").columnType("int2").dataType("int2").build();
+
BasicTypeDefine.builder().name("test").columnType("smallint").dataType("smallint").build();
Review Comment:
Please do not change existed test.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]