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

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

Commit fe5f2f07917053a5bbf4c9527b6e751e72bb05c6 in avro's branch 
refs/heads/branch-1.11 from clesaec
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=fe5f2f079 ]

Avro 3584 rust unit test (#1775)

AVRO-3584 : add unit test for recursion type
(cherry picked from commit 18c9b4afb53f6216eca1fb464afaa1082781bf11)


> 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