Ultrabug created AVRO-3232:
------------------------------
Summary: Rust deserializer: add missing matches to deserialize_any
union and string/map
Key: AVRO-3232
URL: https://issues.apache.org/jira/browse/AVRO-3232
Project: Apache Avro
Issue Type: Bug
Components: rust
Reporter: Ultrabug
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)