You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by Edmon Begoli <eb...@gmail.com> on 2015/08/26 13:52:01 UTC

Re: Character Encoding Issue

Hi Yiyi,

This is a known issue with Drill 1.1, and it has been recorded. I expect
that it will be fixed in the next few releases.

https://issues.apache.org/jira/browse/DRILL-3712

Thank you,
Edmon

On Wed, Aug 26, 2015 at 4:20 AM, Carrot Hu -CIC <ca...@cicdata.com>
wrote:

> Dear Team,
>
> I have encountered the following problem when using "SHOW TABLES" in drill
> shell:
>
> "Error: PARSE ERROR: At line 0, column 0: Cannot apply = to the two
> different charsets UTF-16LE and ISO-8859-1"
>
> Previously, to deal with Chinses characters in my program, I have added
> the following configuration:
>
> "Dsaffron.default.charset=UTF-16LE" to "drill.env.sh",
>
> It appears that this is not consistent with Drill's internal parser.
>
> How can I resolve this, without using "_UTF16" to encode characters in a
> query ?
>
> Thanks a lot !
>
>
> Yiyi
>