[
https://issues.apache.org/jira/browse/GORA-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13878616#comment-13878616
]
Alparslan Avcı edited comment on GORA-94 at 1/24/14 3:39 PM:
-------------------------------------------------------------
Hi all,
I've uploaded a patch that contains some tests. I think these are required for
all back-ends.
- Removal of entries by using .put(null) for Map type with nullable entries
(Ex.: "type": {"type":"map", "values": ["null", "string"]})
- .put() and removal of the field by using .set[Fieldname](null) for unions
that contain nullable Map type (Ex.: "type": ["null", {"type": "map", "values":
"string"}])
I've also uploaded a patch to GORA-246 in order to pass these tests using
HBaseStore.
Would you please check and comment about the patch?
was (Author: alparslan.avci):
Hi all,
I've uploaded a patch that contains some tests. I think these are required for
all back-ends.
- Removal of entries by using .put(null) for Map type with nullable entries
(Ex.: "type": {"type":"map", "values": ["null", "string"]},"default":{})
- .put() and removal of the field by using .set[Fieldname](null) for unions
that contain nullable Map type (Ex.: {"name": "headers", "type": ["null",
{"type": "map", "values": "string"}],"default":null})
I've also uploaded a patch to GORA-246 in order to pass these tests using
HBaseStore.
Would you please check and comment about the patch?
> Upgrade to Apache Avro 1.7.x
> ----------------------------
>
> Key: GORA-94
> URL: https://issues.apache.org/jira/browse/GORA-94
> Project: Apache Gora
> Issue Type: Improvement
> Components: build process, storage
> Affects Versions: 0.2
> Reporter: Lewis John McGibbney
> Assignee: Ed Kohlwey
> Fix For: 0.4
>
> Attachments: GORA-94-v2.patch, GORA-94-v3.patch, GORA-94-v4.patch,
> GORA-94.patch, GORA-94v10.patch, GORA-94v11.patch, GORA-94v12.patch,
> GORA-94v6.diff, GORA-94v7.patch, GORA-94v8.patch, GORA-94v9.patch,
> GORA_94v5.patch
>
>
> I am not sure what this involves as of yet but I have a small feeling that
> it's going to be some reasonably major work...
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)