[ 
https://issues.apache.org/jira/browse/AVRO-3110?focusedWorklogId=650190&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-650190
 ]

ASF GitHub Bot logged work on AVRO-3110:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Sep/21 18:37
            Start Date: 13/Sep/21 18:37
    Worklog Time Spent: 10m 
      Work Description: dkulp merged pull request #1187:
URL: https://github.com/apache/avro/pull/1187


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 650190)
    Remaining Estimate: 0h
            Time Spent: 10m

> Infinite Recursion
> ------------------
>
>                 Key: AVRO-3110
>                 URL: https://issues.apache.org/jira/browse/AVRO-3110
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: csharp
>    Affects Versions: 1.10.2
>         Environment: Windows
>            Reporter: Ebere Abanonu
>            Assignee: Ebere Abanonu
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code:java}
> Test Name:    AvroSchemaGenerator.Tests.GetSchemaTest.TestRecursiveSchema
> Test Outcome: Passed
> Result StandardOutput:        
> {"type":"record","namespace":"AvroSchemaGenerator.Tests","name":"Recursive","fields":[{"name":"Fo","type":["null",{"type":"record","namespace":"AvroSchemaGenerator.Tests","name":"SimpleFoo","fields":[{"name":"Age","type":"int"},{"name":"Name","type":"string"},{"name":"FactTime","type":"long"},{"name":"Point","type":"double"},{"name":"Precision","type":"float"},{"name":"Attending","type":"boolean"},{"name":"Id","type":["null","bytes"],"default":null}]}],"default":null},{"name":"Recurse","type":["null","Recursive"],"default":null}]}
> //ClassCache 
> AddClassNameMapItem(rs, objType);
>                     var c = GetClass(rs);
>                     foreach (var f in rs.Fields)
>                     {
>                         var t = c.GetPropertyType(f);
>                         LoadClassCache(t, f.Schema);
>                     }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to