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

Jens Geyer updated THRIFT-2175:
-------------------------------

    Issue Type: Sub-task  (was: Bug)
        Parent: THRIFT-2158
    
> 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: 1.0
>
>         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