You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Nigel Longton (JIRA)" <ji...@apache.org> on 2014/03/14 19:38:42 UTC

[jira] [Commented] (AVRO-1481) Create a new pair of datum reader/writer that set/omit default schema values

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

Nigel Longton commented on AVRO-1481:
-------------------------------------

BTW - I had to add a few 'reader.close()' calls to the compiler tests as on windows the file locking was preventing all but the first test from completing.

> Create a new pair of datum reader/writer that set/omit default schema values
> ----------------------------------------------------------------------------
>
>                 Key: AVRO-1481
>                 URL: https://issues.apache.org/jira/browse/AVRO-1481
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.7.6
>            Reporter: Nigel Longton
>            Priority: Minor
>         Attachments: AVRO-1481.patch
>
>
> To create simpler json for consumption by non avro clients I created a reader/writer pair that rather than use the union [null, type] model used a default null model. When the writer creates json if the field value equals the default the field is not written to the stream. Likewise when read, a missing field with a default is set to the default. If you like these please include them in the next release (code attached as soon as I work out how). Am working on a csharp version as well.



--
This message was sent by Atlassian JIRA
(v6.2#6252)