When I send a sql with some Chinese character
It just tell me SEVERE: org.eigenbase.util.EigenbaseException: Failed to
encode '台北' in character set 'ISO-8859-1'

I think this problem relate to

https://github.com/apache/drill/blob/9e164662f5296f7048c880c40bc551030fb58cca/exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/parser/DrillParserUtil.java

this java.

Is there any way I can force the sql parser charset to UTF-8 or other way
to solve this problem?

Reply via email to