[ https://issues.apache.org/jira/browse/THRIFT-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951835#comment-17951835 ]
Jens Geyer edited comment on THRIFT-5865 at 5/15/25 5:06 PM: ------------------------------------------------------------- {quote}I am busy making the PR{quote} Much appreciated. {quote}Jens Geyer is there still time for me to get this into 0.22, I see the branch was created? Or did I miss the ship?{quote} THB I totally forgot about this one. Do you by accident have sth like a time plan? was (Author: jensg): {quote}Jens Geyer is there still time for me to get this into 0.22, I see the branch was created? Or did I miss the ship?{quote} THB I totally forgot about this one. Do you by accident have sth like a time plan? > TProtocolException for list<uuid> for TBinaryProtocolT > ------------------------------------------------------ > > Key: THRIFT-5865 > URL: https://issues.apache.org/jira/browse/THRIFT-5865 > Project: Thrift > Issue Type: Bug > Components: C++ - Library > Affects Versions: 0.21.0 > Environment: C++ > Reporter: Carel > Assignee: Carel > Priority: Major > > `list<uuid>` causes an exception during runtime for TBinaryProtocolT > The full error is: > {code} > terminate called after throwing an instance of > 'apache::thrift::protocol::TProtocolException' > what(): unrecognized type code > {code} > The exception is thrown from here: > [TBinaryProtocol.tcc#L496|https://github.com/apache/thrift/blob/master/lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc#L496] > The member type is definitely missing from the switch statement -- This message was sent by Atlassian Jira (v8.20.10#820010)