cptaffe opened a new pull request, #2579:
URL: https://github.com/apache/thrift/pull/2579

   Fix typo which caused undefined method errors in certain cases.
   
   Generated code would encounter the following compilation error:
   ```
   go/some_package/some_package-remote/some_package-remote.go:12:34: 
containerStruct0.ReadField1 undefined (type *some_package.SomeArgs has no field 
or method ReadField1)
   ```
   
   The type of `containerStruct0` would instead have the following method:
   ```
   func (p *SomeArgs)  ReadField_1(ctx context.Context, iprot thrift.TProtocol) 
error {
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to