Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
Description
struct Test { 10: optional Foo foo = {}; } struct Foo { 10: optional string bar; }
Tried with thrift 0.18.0/0.18.1
[ERROR] thrift failed output: Type "Foo" not defined
Best guess can be related with https://issues.apache.org/jira/browse/THRIFT-5626