ultrabug opened a new pull request #1368:
URL: https://github.com/apache/avro/pull/1368


   When deserializing complex Avro schemas using from_value::<T> to map the 
data to a struct, we get errors even if the Record itself has been deserialized 
successfully.
   
   These errors come from the fact that `deserialize_any` from de.rs is missing 
some matches.
   
   ### Jira
   
   - [x] My PR addresses the following [Avro 
Jira](https://issues.apache.org/jira/browse/AVRO-3232) issue
   
   ### Commits
   
   - [x] My commits all reference Jira issues in their subject lines.


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