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

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

Commit 18c9b4afb53f6216eca1fb464afaa1082781bf11 in avro's branch 
refs/heads/master from clesaec
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=18c9b4afb ]

Avro 3584 rust unit test (#1775)

AVRO-3584 : add unit test for recursion type

> allow for mutual recursion in type definitions for all languages
> ----------------------------------------------------------------
>
>                 Key: AVRO-3584
>                 URL: https://issues.apache.org/jira/browse/AVRO-3584
>             Project: Apache Avro
>          Issue Type: Wish
>            Reporter: Christophe Le Saec
>            Priority: Major
>
> This idea is to allow AVRO to load schemas with recursion described like this:
> {code:json}
> {"name": "User", "type": "record", "fields": [{"name": "current_status", 
> "type": "Status"}]}
> {"name": "Status", "type": "record", "fields": [{"name": "author", "type": 
> "User"}]}
> {code}
> - Java : [AVRO-530|https://issues.apache.org/jira/browse/AVRO-530] is ready 
> to checked (PR ready).
> - Rust : Unit test show that it already works (May be better to add a unit 
> test in a PR).
> For others languages (C, C++, C#, Python ...); 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to