Jens Geyer created THRIFT-2175:
----------------------------------

             Summary: Wrong field type set for binary
                 Key: THRIFT-2175
                 URL: https://issues.apache.org/jira/browse/THRIFT-2175
             Project: Thrift
          Issue Type: Bug
          Components: Go - Compiler
    Affects Versions: 0.9.1
            Reporter: Jens Geyer
            Assignee: Jens Geyer
             Fix For: 1.0


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