Description
Deserializating directly from strings is difficult because of our use of a HashMap inside an untagged union. We may have to bite the bullet and 1) make the schema type crate-wide public (pub(crate) annotation on all members) and 2) define the expected values in code.
Desired behavior/Acceptance criteria (returned value, expected error, performance expectations, etc.)
- determine whether there's a way to handle deserialization of strings in a more graceful way
- add more tests for Rust Avro deserialization, including tests for function calls with arguments
Remove all the non-applicable tags from the "Tags" field, leave only the tags of the projects/repositories related to this task
Completion checklist
- Before closing this task, review one by one the checklist available here: https://www.mediawiki.org/wiki/Abstract_Wikipedia_team/Definition_of_Done#Back-end_Task/Bug_completion_checklist