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

Hudson commented on GORA-207:
-----------------------------

Integrated in GORA_174 #65 (See [https://builds.apache.org/job/GORA_174/65/])
    GORA-207: Fixing some bugs. This is the last patch about GORA-207 
(hopefully).

Full support of unions (2 types unions, 3 types unions,...) :

- Support of ["null",type] (a.k.a. optional field).
- Support for mutitypes(3+) unions.
- Support of nested unions.
- Support of recursive optional records.
- Support of unions as value in maps and arrays.
- Serialization of topmost optional fields of the main record in "raw": topmost 
["null","type"] (optional field) will be persisted like if it was ["type"] (and 
non-existant column === null). This ensures data form 0.2.1 can be read. 
(Revision 1480130)

     Result = UNSTABLE
alfonsonishikawa : 
http://svn.apache.org/viewvc/gora/branches/GORA_174/?view=rev&rev=1480130
Files : 
* 
/gora/branches/GORA_174/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java
* 
/gora/branches/GORA_174/gora-hbase/src/main/java/org/apache/gora/hbase/util/HBaseByteInterface.java
* 
/gora/branches/GORA_174/gora-hbase/src/test/java/org/apache/gora/hbase/store/TestHBaseStore.java

                
> Verify storage and retrieval of Avro Union data type within Gora-HBase
> ----------------------------------------------------------------------
>
>                 Key: GORA-207
>                 URL: https://issues.apache.org/jira/browse/GORA-207
>             Project: Apache Gora
>          Issue Type: Sub-task
>          Components: gora-hbase
>    Affects Versions: 0.3
>            Reporter: Renato Javier MarroquĂ­n Mogrovejo
>            Assignee: Alfonso Nishikawa
>             Fix For: 0.4
>
>         Attachments: GORA-207_over_r1462580.patch, 
> GORA-207_over_r1463759.patch, GORA-207_over_r1465660.patch, 
> GORA-207_over_r1465660.patch, GORA-207_over_r1465660.patch, GORA-207.patch, 
> GORA-207.patch, GORA-207.patch
>
>
> The necessary features should be added to confirm that we are able to support 
> Avro Union data types

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to