You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/06/07 00:10:20 UTC

[jira] [Created] (CASSANDRA-5622) Update CqlRecordWriter to conform to RecordWriter API

Jonathan Ellis created CASSANDRA-5622:
-----------------------------------------

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


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