Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.2
-
None
Description
When I made a patch to GORA-131, I noticed that gora-cassandra uses StringSerializer for column value.
However, since it needs to support various value types, I think ByteBuffer is better than String to/from Hector,
and gora-cassandra layer should convert values between Gora data bean value type and ByteBuffer.
Attachments
Attachments
Issue Links
- blocks
-
GORA-138 gora-cassandra array type support
- Closed
- is related to
-
GORA-138 gora-cassandra array type support
- Closed
-
GORA-139 Creates Cassandra column family with BytesType for column value validator (and comparators), instead of UTF8Type
- Closed
-
GORA-142 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.
- Closed
- relates to
-
GORA-81 Replace CassandraStore#addOrUpdateField with TypeInferringSerializer to take advantage of when the value is already of type ByteBuffer.
- Closed
-
GORA-131 gora-cassandra should support other key types than String
- Closed