martin-g commented on PR #227: URL: https://github.com/apache/avro-rs/pull/227#issuecomment-3106346373
The `y` field is tagged with `skip_serializing_if` and `skip`. The next field (`z`) has just `skip_serializing_if` https://github.com/apache/avro-rs/pull/227/files#diff-d3a12aeda34e86ab5d302f29a1673cef4fd727f5ad5d9bab18380817a88a47d5R90-R94 The `skip_field()` method is called directly for `z`! Removing `skip_serializing_if` for `y` does not change anything. -- 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]
