[ https://issues.apache.org/jira/browse/DRILL-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aditya Kishore updated DRILL-645:
---------------------------------
Attachment: 0003-DRILL-645-Correct-string-encodings-in-code-template.patch
> 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
> Attachments: 0003-DRILL-645-Correct-string-encodings-in-code-template.patch
>
>
> 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)
|