You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2010/07/27 00:10:15 UTC

[jira] Assigned: (THRIFT-227) Byte[] in collections aren't pretty printed like regular binary fields

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

Bryan Duxbury reassigned THRIFT-227:
------------------------------------

    Assignee: Bryan Duxbury

> Byte[] in collections aren't pretty printed like regular binary fields
> ----------------------------------------------------------------------
>
>                 Key: THRIFT-227
>                 URL: https://issues.apache.org/jira/browse/THRIFT-227
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (Java)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Trivial
>
> In toString, we just delegate to the toString method of our embedded collection objects, which in turn call the toString of the byte[] collection elements. This results in [B@12fa2134 instead of 01 a3 17. It'd be nice if we could figure out a way to print the collection elements the same as regular fields. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.