WenDing-Y commented on code in PR #49:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/49#discussion_r1231704047


##########
flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/testutils/tables/TableBuilder.java:
##########
@@ -51,4 +52,8 @@ private static TableField createField(
             String name, TableField.DbType dbType, DataType dataType, boolean 
pkField) {
         return new TableField(name, dataType, dbType, pkField);
     }
+
+    public static ClickhouseTableRow ckTableRow(String name, TableField... 
fields) {

Review Comment:
   yes



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to