You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Aditya Kishore (JIRA)" <ji...@apache.org> on 2014/05/06 11:44:14 UTC

[jira] [Created] (DRILL-645) Correct string encodings in code template

Aditya Kishore created DRILL-645:
------------------------------------

             Summary: Correct string encodings in code template
                 Key: DRILL-645
                 URL: https://issues.apache.org/jira/browse/DRILL-645
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Aditya Kishore
            Assignee: Aditya Kishore


In many cases in the codegen template, byte[] => String conversion is done using the platform's default charset.

A VarChar string should always be encoded using Charsets.UTF_8 while Var16Char should use Charsets.UTF_16.



--
This message was sent by Atlassian JIRA
(v6.2#6252)