Jens Geyer created THRIFT-3650:
----------------------------------

             Summary: incorrect union serialization 
                 Key: THRIFT-3650
                 URL: https://issues.apache.org/jira/browse/THRIFT-3650
             Project: Thrift
          Issue Type: Bug
          Components: C++ - Compiler
            Reporter: Jens Geyer


With C++ the following {{union}} generates incorrect serialization code:

{code}
union type_ex
{
    1 : optional string STRING,
    2 : optional i64 INT64,
    3 : optional double DOUBLE
}
{code}






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to