Hisoka-X commented on code in PR #8132:
URL: https://github.com/apache/seatunnel/pull/8132#discussion_r1857871262
##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/converter/BasicTypeDefine.java:
##########
@@ -31,6 +31,7 @@ public class BasicTypeDefine<T> implements Serializable {
protected String columnType;
// e.g. `varchar` for MySQL
protected String dataType;
+ protected int sqlType;
Review Comment:
OK, please add some comment to tell devs the sqlType come from jdbc, not
come from seatunnel sql type. cc @hailin0
--
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]