ruanwenjun commented on code in PR #6115:
URL: https://github.com/apache/seatunnel/pull/6115#discussion_r1441186212
##########
seatunnel-formats/seatunnel-format-text/src/main/java/org/apache/seatunnel/format/text/TextSerializationSchema.java:
##########
@@ -134,11 +136,18 @@ private String convert(Object field, SeaTunnelDataType<?>
fieldType, int level)
case INT:
case STRING:
case BOOLEAN:
- case TINYINT:
case SMALLINT:
case BIGINT:
case DECIMAL:
return field.toString();
+ case TINYINT:
Review Comment:
Maybe use `TINYINT` to match the `UNSIGNED_TINYINT ` is incorrect, I will
close this pr.
--
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]