santiagomed commented on PR #3414: URL: https://github.com/apache/thrift/pull/3414#issuecomment-4340081584
Thanks for the feedback. Updated, the boxing check now walks the full typedef chain to handle nested forward typedefs, and multi-field unknown unions are rejected as `InvalidData` before the forward-compat path is considered (only `total_field_count == 1 && received_field_count == 0` produces the catchable `UnknownUnionVariant`). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
