xxsc0529 commented on code in PR #7832:
URL: https://github.com/apache/seatunnel/pull/7832#discussion_r1802217966
##########
seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/oceanbase/OceanBaseMySqlTypeConverter.java:
##########
@@ -510,4 +554,142 @@ public BasicTypeDefine<OceanBaseMysqlType>
reconvert(Column column) {
return builder.build();
}
+
+ public static List<Column> convert(DatabaseMetaData metadata, TablePath
tablePath)
Review Comment:
Yes, I've incorporated this method
--
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]