[
https://issues.apache.org/jira/browse/AVRO-3621?focusedWorklogId=803912&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803912
]
ASF GitHub Bot logged work on AVRO-3621:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Aug/22 11:07
Start Date: 26/Aug/22 11:07
Worklog Time Spent: 10m
Work Description: shaeqahmed opened a new pull request, #1839:
URL: https://github.com/apache/avro/pull/1839
Follow-up on: https://github.com/apache/avro/pull/1837#discussion_r955853650
### Jira
https://issues.apache.org/jira/browse/AVRO-3621
### Tests
- Adds a unit test assertion based on updated behavior, to assert that each
validation check is no longer producing error logs when resolving against
unions.
Issue Time Tracking
-------------------
Worklog Id: (was: 803912)
Remaining Estimate: 0h
Time Spent: 10m
> [Rust] Improved resolution of nullable record fields
> ----------------------------------------------------
>
> Key: AVRO-3621
> URL: https://issues.apache.org/jira/browse/AVRO-3621
> Project: Apache Avro
> Issue Type: Improvement
> Components: rust
> Reporter: Shaeq Ahmed
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
> Fix For: 1.12.0, 1.11.2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently a nested record cannot be resolved to a corresponding schema where
> the fields are stored as nullable variants. This PR adds support for
> upcasting the values to a Union type to allow for this. This should improve
> support for reading and writing from compatible schemas, where some fields
> are listed as nullable in the destination.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)