huntkalio opened a new issue #10314: URL: https://github.com/apache/shardingsphere/issues/10314
## Bug Report 1.I use the master version of shardingsphere-scaling to test database scaling.I have a table which has a column like this: `client_type` TINYINT(2) NULL DEFAULT '-1'; 2.when running shardingsphere-scaling transfer '-1' value to '255' value.Then the sql will transfer like this: insert into test(id,client_type) values(1,255)......; 3.I found that MySQLTinyBinlogProtocolValue.java use MySQLPacketPayload readInt1() to read the value,but MySQLPacketPayload use ‘readUnsignedByte()’ to read value. 4.MySQLShortBinlogProtocolValue and other may have the same problem. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
