You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2022/01/07 14:15:00 UTC

[jira] [Resolved] (AVRO-3232) Rust deserializer: add missing matches to deserialize_any union and string/map

     [ https://issues.apache.org/jira/browse/AVRO-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Tzvetanov Grigorov resolved AVRO-3232.
---------------------------------------------
    Fix Version/s: 1.12.0
         Assignee: Martin Tzvetanov Grigorov
       Resolution: Fixed

> 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.12.0
>
>          Time Spent: 2h 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)