[
https://issues.apache.org/jira/browse/PARQUET-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17436879#comment-17436879
]
Miguel Costa commented on PARQUET-129:
--------------------------------------
Any update on this?
> AvroParquetWriter can't save object who can have link to object of same type
> ----------------------------------------------------------------------------
>
> Key: PARQUET-129
> URL: https://issues.apache.org/jira/browse/PARQUET-129
> Project: Parquet
> Issue Type: Bug
> Environment: parquet version 1.5.0
> Reporter: Dmitriy
> Priority: Major
>
> When i try to write instance of UserTestOne created from following schema
> {"namespace": "com.example.avro",
> "type": "record",
> "name": "UserTestOne",
> "fields": [{"name": "name", "type": "string"}, {"name": "friend", "type":
> ["null", "UserTestOne"], "default":null} ]
> }
> I get java.lang.StackOverflowError
--
This message was sent by Atlassian Jira
(v8.3.4#803005)