xriqyu opened a new issue #3024: proxy-4.0.0-RC2 process blob data error
URL: https://github.com/apache/incubator-shardingsphere/issues/3024
 
 
   writedata:
   byte[] oriArray = new byte[]{
                   
1,0,99,111,109,46,108,115,46,114,112,99,46,115,101,114,118,101,114,46,82,112,99,82,101,113,117,101,115,-12,49,48,46,48,46,52,46,49,-75,75,74,65,104,115,100,97,107,100,104,97,115,107,-28,115,101,116,68,97,116,-31,1,1,91,76,106,97,118,97,46,108,97,110,103,46,79,98,106,101,99,116,-69,6,9,-64,-39,-86,20,3,115,100,104,98,115,97,104,100,98,115,-31,1,2,99,111,109,46,108,115,46,114,112,99,46,115,101,114,118,101,114,46,82,112,99,82,101,115,112,111,110,115,-27,0,0,0,3,115,107,104,100,98,115,107,100,117,104,97,108,100,115,106,102,100,107,106,97,102,110,97,100,102,-22,10,66,61,-8,-5,108,25,0,0,3,2,0,3,0,0
           };
   
   but read data is
   
99,111,109,46,109,121,115,113,108,46,106,100,98,99,46,66,108,111,98,64,52,48,102,101,53,50,53,54
   
   equals is false
   
   table sql:
   CREATE TABLE `data_record` (
     `uuid` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
     `byteData` blob,
     `type` int(11) NOT NULL,
     PRIMARY KEY (`uuid`)
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
   
   
   
   Simple Test code:
   g...@github.com:xriqyu/TestProxyTest.git
   
   TestApplicationTests,java
   
   thanks

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to