martin-g commented on PR #227: URL: https://github.com/apache/avro-rs/pull/227#issuecomment-3106241422
@elad-yosifon While working on the serde-driven deserialization I've realized that `skip_field()` needs to serialize something, otherwise the deserialization uses the wrong Avro Schema of the next field. So I've added logic to use the RecordField's `default` value (an Option). Now only the `multiple skipped fields` test fails due to the `skip` attribute. For some reason Serde does not call `skip_field()` for this fiels ... -- 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]
