tsj68 commented on issue #52062:
URL: https://github.com/apache/doris/issues/52062#issuecomment-2990234956
通过cursor分析,问题点在于:
AuditLoaderPlugin.java文件的truncateByBytes方法byte[] sb =
str.getBytes();这个代码应改成:byte[] sb = str.getBytes("UTF-8")
--
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]