You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/08/26 08:48:00 UTC

[jira] [Commented] (AVRO-3621) [Rust] Improved resolution of nullable record fields

    [ https://issues.apache.org/jira/browse/AVRO-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585238#comment-17585238 ] 

ASF subversion and git services commented on AVRO-3621:
-------------------------------------------------------

Commit ddf10bd17f591638f12128c4fff2b4681b245ac0 in avro's branch refs/heads/master from Shaeq Ahmed
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ddf10bd17 ]

AVRO: [Rust] Improved resolution of nullable record fields. (#1837)

* AVRO: [Rust] Improved resolution of nullable record fields.

* AVRO: [Rust] Update to improvements for nullable record fields PR.

* AVRO-3621: Improve test method name

* AVRO-3621: Revert non-related change

Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
Co-authored-by: Martin Tzvetanov Grigorov <mg...@apache.org>

> [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
>            Priority: Major
>
> 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)