Theodlz opened a new issue, #350: URL: https://github.com/apache/avro-rs/issues/350
When reading avro `bytes` from an avro to a struct, it's pretty easy to get that into some data type that rust understand (Vec<u8>, using `apache_avro::serde_avro_bytes_opt`). But how would I go about making this all work with apache avro derive, to auto generate schemas where fields should of of type `bytes`? What I mean by that is how should I create a struct so that a schema generated from it can use the `bytes` dtype: what should be the dtype in the struct itself? what macros do I do? -- 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]
