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)