[
https://issues.apache.org/jira/browse/AVRO-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Tzvetanov Grigorov updated AVRO-3232:
--------------------------------------------
Fix Version/s: 1.11.1
> 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
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.1, 1.12.0
>
> Time Spent: 3h 50m
> Remaining Estimate: 0h
>
> 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.20.1#820001)