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

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

     [ https://issues.apache.org/jira/browse/CARBONDATA-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravindra Pesala resolved CARBONDATA-1357.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.0

> 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
>             Fix For: 1.2.0
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
>   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)