[
https://issues.apache.org/jira/browse/AVRO-3232?focusedWorklogId=705233&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705233
]
ASF GitHub Bot logged work on AVRO-3232:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jan/22 20:22
Start Date: 07/Jan/22 20:22
Worklog Time Spent: 10m
Work Description: martin-g commented on pull request #1368:
URL: https://github.com/apache/avro/pull/1368#issuecomment-1007713995
The plan is to fix as many bugs as we can find!
I want to add interop test to the Rust module. And to port any improvements
made in the original/Flavien's repo after the donation to Apache.
The Rust module will be released with the other Avro modules (1.11.1 or
1.12.0).
In the meantime you could use latest master with path=git://...
On Fri, Jan 7, 2022, 16:28 Ultrabug ***@***.***> wrote:
> @martin-g <https://github.com/martin-g> thanks, may I ask how is your
> queue before an official first release please?
>
> —
> Reply to this email directly, view it on GitHub
> <https://github.com/apache/avro/pull/1368#issuecomment-1007447530>, or
> unsubscribe
>
<https://github.com/notifications/unsubscribe-auth/AABYUQU4FJZNXMR3SHQWPCLUU3Z7RANCNFSM5F5MG4AA>
> .
> Triage notifications on the go with GitHub Mobile for iOS
>
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
>
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 705233)
Time Spent: 3h 10m (was: 3h)
> 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: 3h 10m
> 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)