You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Martin Grimmer (JIRA)" <ji...@apache.org> on 2015/12/02 14:05:11 UTC

[jira] [Commented] (ACCUMULO-2445) API should use collection-of-bytes representation instead of Text

    [ https://issues.apache.org/jira/browse/ACCUMULO-2445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15035753#comment-15035753 ] 

Martin Grimmer commented on ACCUMULO-2445:
------------------------------------------

Got into the mentioned issues, so this would help writing applications more "clear".

> API should use collection-of-bytes representation instead of Text
> -----------------------------------------------------------------
>
>                 Key: ACCUMULO-2445
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2445
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: client
>    Affects Versions: 1.5.1, 1.6.0
>            Reporter: Sean Busbey
>            Assignee: Christopher Tubbs
>             Fix For: 2.0.0
>
>
> Right now we use Text as a container for bytes rather than as a UTF8 representation of a string. This results in some gymnastics when people wish to use byte sequences that are not valid UTF8 (see ACCUMULO-2437).
> We should use some representation of plain bytes (ideally byte[] or ByteBuffer) and deprecate the use of Text so we can remove it later.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)