RikHeijdens commented on PR #1893:
URL: https://github.com/apache/avro/pull/1893#issuecomment-1265363572
Thanks for taking a look into this @martin-g. If I am understanding the
solution correctly, we would need in addition to this change a change to
rsgen-avro to store `Value::Fixed` fields in structs as a
`serde_bytes::ByteArray` rather than a Rust array in the case where the Rust
struct is generated from the following schema:
```json
{
"type": "record",
"name": "TestStructFixedField",
"fields": [
{
"name": "field",
"type": {
"name": "field",
"type": "fixed",
"size": 6
}
}
]
}
```
Is this being tracked in https://github.com/lerouxrgd/rsgen-avro/issues/38?
--
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]