Simbafa commented on issue #5903:
URL: https://github.com/apache/shardingsphere/issues/5903#issuecomment-639341348
correct:
key:fid, type2:VARCHAR, value:1
key:fint, type2:INT, value:1
key:ffloat, type2:DOUBLE, value:1.0
key:ftext, type2:VARCHAR, value:1
key:fdate, type2:DATE, value:2020-05-08
key:fdatetime, type2:TIMESTAMP, value:2020-05-08 13:03:52.0
wrong:
key:fid, type2:VARCHAR, value:
key:fint, type2:INT, value:822149120
key:ffloat, type2:DOUBLE, value:0.0
key:ftext, type2:VARCHAR, value:
key:fdate, type2:DATE, value:null
key:fdatetime, type2:TIMESTAMP, value:null
----------------------------------------------------------------
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]