[ 
https://issues.apache.org/jira/browse/GORA-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kazuomi Kashii updated GORA-142:
--------------------------------

    Attachment: GORA-142-v2.patch

GORA-142-v2.patch supports:
1) FIXED type as same level as primitive types;
2) ARRAY implementation with a single column,
which can store all primitive types and FIXED.
3) RECORD, MAP, ARRAY with Super CF implementation can store single column 
ARRAY in addition to all primitive types and FIXED.
                
> Creates org.apache.gora.cassandra.serializers package in order to clean the 
> code of store and query packages and to support additional types in future.
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GORA-142
>                 URL: https://issues.apache.org/jira/browse/GORA-142
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: storage-cassandra
>    Affects Versions: 0.2
>            Reporter: Kazuomi Kashii
>             Fix For: 0.3
>
>         Attachments: GORA-142-v2.patch, GORA-142.patch
>
>
> It has been discussed at GORA-81, and a kind of fix has been committed as a 
> part of GORA-138 patch.
> Since it is one of the main functionalities of gora-cassandra to handle 
> Serializers, it seems a good idea to separate those code from store and query 
> packages.
> I will be attaching my patch shortly.
> 1) Utf8Serializer makes simple to handle Type.STRING;
> 2) GoraSerializerTypeInferer is a single point go get Serializer, and it is 
> extensible to support additional types in future;
> 3) Type.BOOLEAN is supported.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to