Theodlz commented on issue #350:
URL: https://github.com/apache/avro-rs/issues/350#issuecomment-3613734513

   Sorry perhaps I didn't explain my usecase well enough. The data in my 
structs (let's call it `image_data`) is just made of bytes. In my struct that 
happens to be Vec<u8> but I could make it into anything. What I want is the 
auto-generated schema from apache-avro-derive to create a schema where 
image_data is of type "bytes". Right now, I see no pathway to 
apache-avro-derive creating a schema with any avro type `bytes`. What I am 
trying to understand is what would be the recommended way to do that, i.e. what 
should be the dtype of the data in my struct for the auto generated avro schema 
to have `image_data` of type `bytes`


-- 
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]

Reply via email to