chaokunyang commented on PR #3310: URL: https://github.com/apache/fory/pull/3310#issuecomment-3882961603
[P1] Handle BFLOAT16 type IDs in skip logic — /Users/chaokunyang/Desktop/dev/fory2/go/fory/type_resolver.go:448-448 After registering BFLOAT16 (and BFLOAT16_ARRAY), compatible deserialization can encounter these type IDs in unknown fields, but skip paths still do not handle them and fail with unsupported type for skip instead of skipping. This breaks forward-compatible schema evolution when older readers receive payloads from newer writers that added bfloat16 fields/slices. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
