jiacai2050 commented on PR #1488: URL: https://github.com/apache/incubator-horaedb/pull/1488#issuecomment-1975541378
> rust guarantees that String is a utf8 string, which I might need to modify elsewhere. 😢 Yes, I grep the code and find several place contains `from_bytes_unchecked(bytes: Bytes)`. As for debugging this issue, you can construct a GBK string using SDK, and trace why there is no error for it. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
