[
https://issues.apache.org/jira/browse/THRIFT-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499165#comment-14499165
]
ASF GitHub Bot commented on THRIFT-227:
---------------------------------------
Github user bpodgursky commented on the pull request:
https://github.com/apache/thrift/pull/441#issuecomment-93883084
nice
> 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: Java - Compiler
> Reporter: Bryan Duxbury
> Priority: Trivial
> Fix For: 0.9.3
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)