[
https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987905#action_12987905
]
Thiruvalluvan M. G. commented on AVRO-533:
------------------------------------------
Hi Dona,
The patch (AVRo-533.patch) here is derived from Jeremy's original work
(AVRO-533.zip). I refactored a lot, fixed functionality gaps, got in quite a
bit of unit testing (over 80% coverage when I last measured) and it has a
cleaner design. Also it works with both Microsoft.NET and Mono. I suggest you
start from AVRO-533.patch.
If you are interested in basic Avro encoding and decoding, the code in this
patch should be good enough except for one issue - when resolving schemas it
does not insert default values (for fields that reader's schema has but missing
in writer's schema).
Unimplemented functionality: (1) Avro data file format and (2) Avro RPC. (1)
should be easy to implement as the work is not much and current design lends
itself for data file (2) requires much more work.
> .NET implementation of Avro
> ---------------------------
>
> Key: AVRO-533
> URL: https://issues.apache.org/jira/browse/AVRO-533
> Project: Avro
> Issue Type: New Feature
> Affects Versions: 1.4.0
> Reporter: Jeff Hammerbacher
> Assignee: Thiruvalluvan M. G.
> Attachments: AVRO-533.patch, AVRO-533.patch, AVRO-533.zip,
> dotnet.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.