[
https://issues.apache.org/jira/browse/GORA-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lewis John McGibbney resolved GORA-97.
--------------------------------------
Resolution: Invalid
Ultimately merged and committed to trunk codebase @r1586888
turns out this was not required
> Write Gora GrammerGenerator to replace FakeResolvingDecoder
> -----------------------------------------------------------
>
> Key: GORA-97
> URL: https://issues.apache.org/jira/browse/GORA-97
> Project: Apache Gora
> Issue Type: New Feature
> Affects Versions: 0.2
> Reporter: Lewis John McGibbney
> Priority: Minor
> Fix For: 0.4
>
>
> As mentioned in o.a.g.mapreduce.FakeResolvingDecoder
> Avro uses a ResolvingDecoder which resolves two schemas and converts records
> written by one to the other, and validates the input. However, Gora needs to
> write extra information along with the data, so the validation is not
> consistent with the grammer generated by Avro. So we need to fake the
> ResolvingDecoder (which is sadly hard coded into GenericDatumReader) until we
> can write our own GrammerGenerator extending ResolvingGrammerGenerator of
> Avro. As Avro has matured slightly, this issue should aspire to address
> exactly that.
--
This message was sent by Atlassian JIRA
(v6.2#6252)