1239068511 opened a new issue, #2890: URL: https://github.com/apache/drill/issues/2890
Dear Apache Drill Community, I've encountered an issue when querying Chinese characters in Apache Drill. It seems that whenever I execute a query containing Chinese characters, they are automatically converted to Unicode. For example, when I execute the query: go ```SELECT name FROM `mysql`.`demo`.`表a` WHERE name = '张三'``` The result returns: go ```SELECT `name` FROM `demo`.`表a` WHERE `name` = u&'\5f20\4e09'``` Instead of returning the expected Chinese characters, they are represented as Unicode escape sequences. I've tried adjusting the character set settings in Apache Drill's configuration files and JDBC connection strings, but the issue persists. Is there a specific configuration or workaround to prevent Apache Drill from automatically converting Chinese characters to Unicode? Any assistance or guidance on resolving this issue would be greatly appreciated. Thank you -- 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: dev-unsubscr...@drill.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org