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

   Hey! Same issue here, I lack the flatten support for a project but also, it 
seems that macros like `rename` are not considered, is that right? For example 
I have a field called `a` in my struct with a `#[serde(rename = "a_renamed")]` 
on top. Naturally serde serialized this as a_renamed but the schema generated 
by apache-avro-derive calls the field `a` as in the sturct -> you run into an 
error.


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