Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.1
-
Patch Available
Description
For binary fields, this code is generated:
oprot.WriteFieldBegin("bin", BINARY, 8);
should be
oprot.WriteFieldBegin("bin", STRING, 8);