You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/10/05 20:03:01 UTC

[GitHub] [avro] martin-g commented on pull request #1893: AVRO-3631: SerDe support for `Value::Fixed()`.

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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org