martin-g commented on PR #1893: URL: https://github.com/apache/avro/pull/1893#issuecomment-1265335199
@RikHeijdens Please https://github.com/apache/avro/commit/7b1cdd8e5a5e153db713d03b432e4784ad9fcfe6 It is based on https://github.com/serde-rs/bytes/pull/28 which is not yet approved and merged! But as you explained at [JIRA](https://issues.apache.org/jira/browse/AVRO-3631?focusedCommentId=17611026&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17611026) since there is no schema available at serialization time it is not easy to decide whether to produce `Value::Fixed` or `Value::Array`. I'll see whether this could be provided by a serde attribute, e.g. https://serde.rs/field-attrs.html#with -- 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]
