Replace CassandraStore#addOrUpdateField with InferringTypeSerializer to take 
advantage of when the value is already of type ByteBuffer.
---------------------------------------------------------------------------------------------------------------------------------------

                 Key: GORA-81
                 URL: https://issues.apache.org/jira/browse/GORA-81
             Project: Gora
          Issue Type: Sub-task
            Reporter: Lewis John McGibbney


Currently CassandraStore#addOrUpdateField contains a switch statement to 
evaluate different types of column values but in the end the cassandraClient 
object ends up converting to the value to type string anyway. The 
InferringTypeSerializer can be used instead in order to take advantage of when 
the value is already of type ByteBuffer.

--
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