You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Andrei Gurau (Jira)" <ji...@apache.org> on 2022/04/21 17:11:00 UTC

[jira] [Assigned] (BEAM-10265) GetterBasedSchemaProvider#schemaFor stack overflows when given a recursive schema

     [ https://issues.apache.org/jira/browse/BEAM-10265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrei Gurau reassigned BEAM-10265:
-----------------------------------

    Assignee: Andrei Gurau

> GetterBasedSchemaProvider#schemaFor stack overflows when given a recursive schema
> ---------------------------------------------------------------------------------
>
>                 Key: BEAM-10265
>                 URL: https://issues.apache.org/jira/browse/BEAM-10265
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>    Affects Versions: 2.21.0, 2.22.0
>            Reporter: Reza ardeshir rokni
>            Assignee: Andrei Gurau
>            Priority: P3
>              Labels: Clarified, starter
>
> Proto:
> message TSFoo {
>  string a = 1;
>  string b = 2;
>  TSFoo theOlderMe = 3;
> }
> new ProtoMessageSchema().schemaFor(TypeDescriptor.of(Foo.TSFoo.class));
> Causes a stackoverflow. 
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)