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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Akash R Nilugal (Jira)
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)