Cao, Lionel created CARBONDATA-1357:
---------------------------------------
Summary: byte[] convert to UTF8String bug
Key: CARBONDATA-1357
URL:
https://issues.apache.org/jira/browse/CARBONDATA-1357 Project: CarbonData
Issue Type: Bug
Components: core
Reporter: Cao, Lionel
Assignee: Cao, Lionel
public Object convertFromByteToUTF8String(Object data) {
return data.toString();
}
toString will get incorrect result like B[******** should use new String
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)