dailai commented on code in PR #6953:
URL: https://github.com/apache/seatunnel/pull/6953#discussion_r1633999676
##########
seatunnel-common/src/main/java/org/apache/seatunnel/common/exception/CommonErrorCode.java:
##########
@@ -62,7 +62,15 @@ public enum CommonErrorCode implements SeaTunnelErrorCode {
"COMMON-28",
"'<identifier>' array type not support genericType '<genericType>'
of '<fieldName>'"),
UNSUPPORTED_ROW_KIND(
- "COMMON-29", "'<identifier>' table '<tableId>' not support rowKind
'<rowKind>'");
+ "COMMON-29", "'<identifier>' table '<tableId>' not support rowKind
'<rowKind>'"),
+
+ WRITE_SEATUNNEL_ROW_ERROR_WITH_SCHEMA_INCOMPATIBLE_SCHEMA(
+ "COMMON-30",
+ "<connector>: The source filed with sql schema
'<sourceFieldSqlSchema>', except sql schema of sink is
'<exceptFieldSqlSchema>'; but the filed in sink table which actual sql schema
is '<sinkFieldSqlSchema>'. Please check schema of sink table."),
Review Comment:
Done
--
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]