You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Mai Hai Thanh (JIRA)" <ji...@apache.org> on 2014/08/14 05:14:12 UTC

[jira] [Assigned] (TAJO-1004) UniformRangePartition cannot deal with unicode ranges

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

Mai Hai Thanh reassigned TAJO-1004:
-----------------------------------

    Assignee: Mai Hai Thanh

> UniformRangePartition cannot deal with unicode ranges
> -----------------------------------------------------
>
>                 Key: TAJO-1004
>                 URL: https://issues.apache.org/jira/browse/TAJO-1004
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Hyunsik Choi
>            Assignee: Mai Hai Thanh
>             Fix For: 0.9.0
>
>
> UniformRangePartition plays a role to divide a given range into multiple sub ranges. It is used for range shuffle.
> When UniformRangePartition divides a range of text fields, it Internally transforms arrays of bytes into unsigned integer. But, a byte represent -127 to 127, and unicode is out of range in byte representation. So, the current approach can cause errors in this case.



--
This message was sent by Atlassian JIRA
(v6.2#6252)