You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Cao, Lionel (JIRA)" <ji...@apache.org> on 2017/08/04 01:21:01 UTC

[jira] [Created] (CARBONDATA-1357) byte[] convert to UTF8String bug

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)