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

Hudson commented on THRIFT-2175:
--------------------------------

SUCCESS: Integrated in Thrift #896 (See 
[https://builds.apache.org/job/Thrift/896/])
THRIFT-2175 Wrong field type set for binary (jensg: rev 
901d5552963224ed48c2c53da685771456f7fb98)
* compiler/cpp/src/generate/t_go_generator.cc
* lib/go/thrift/serializer_types.go

                
> Wrong field type set for binary
> -------------------------------
>
>                 Key: THRIFT-2175
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2175
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: Go - Compiler, Go - Library
>    Affects Versions: 0.9.1
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>              Labels: binary
>             Fix For: 0.9.2
>
>         Attachments: THRIFT-2175_Wrong_field_type_set_for_binary.patch
>
>
> For binary fields, this code is generated:
> {code}
> oprot.WriteFieldBegin("bin", BINARY, 8);
> {code}
> should be 
> {code}
> oprot.WriteFieldBegin("bin", STRING, 8);
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to