The GitHub Actions job "Fory CI" on fory.git/align_go_with_java_serialization has failed. Run started by GitHub user chaokunyang (triggered by chaokunyang).
Head commit for run: 083b9c06079888e023de0507a5bcdd786acc0f8c / chaokunyang <[email protected]> fix(go): fix generated serializer to read full type info The generated Read method only read the type ID with ReadVaruint32(), but for NAMED_STRUCT types, writeTypeInfo also writes namespace and typename metadata. This caused hash mismatch errors during deserialization because the reader was off by the size of the metadata bytes. Changes: - Export ReadTypeInfo and WriteTypeInfo methods in TypeResolver - Update codegen to call ReadTypeInfo instead of just ReadVaruint32 - Remove debug output from pointer.go - Regenerate test serializers with the fix Report URL: https://github.com/apache/fory/actions/runs/20365824926 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
