CheneyYin commented on issue #5330:
URL: https://github.com/apache/seatunnel/issues/5330#issuecomment-1769837485

   > It can be assigned to me and I can try to fix it。
   
   Have you resolved this issue?
   The MySQL Tiny Int cast is noisy and inappropriate, but I don't think it's 
causing the problem.  According [debezium mysql connector datatype 
mapping](https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-basic-types),
 MySQL Tiny Int will be mapped to INT16 (2 bytes). So `column.length() == 2` 
and MySQL Tiny Int will be converted to `BasicTypes.INT_TYPE`.


-- 
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]

Reply via email to