You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Dmitriy (JIRA)" <ji...@apache.org> on 2014/11/10 12:46:33 UTC

[jira] [Updated] (PARQUET-129) AvroParquetWriter can't save object who can have link to object of same type

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

Dmitriy updated PARQUET-129:
----------------------------
    Summary: AvroParquetWriter can't save object who can have link to object of same type  (was: AvroParquetWriter can't save object who can have link to object of SameType)

> 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
>
> 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
(v6.3.4#6332)