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

Jonathan Ellis commented on CASSANDRA-5622:
-------------------------------------------

Is it worth supporting INSERT at all since it's semantically identical to 
UPDATE?  I think I'd rather just support UPDATE only and avoid the confusion of 
two different ways of working.
                
> Update CqlRecordWriter to conform to RecordWriter API
> -----------------------------------------------------
>
>                 Key: CASSANDRA-5622
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5622
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.2.6
>            Reporter: Jonathan Ellis
>            Assignee: Alex Liu
>             Fix For: 1.2.6
>
>         Attachments: 5622-1-1.2-branch.txt, 5622-1-trunk.txt
>
>
> {{RecordWriter<K, V>}} is supposed to write values V that can be uniquely 
> identified by keys K.
> Currently CqlRW requires the user to give it all the bind variables for a 
> complete statement in V, and effectively ignores K.

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