Laura Adney created CASSANDRA-6460:
--------------------------------------

             Summary: adjust sstableloader to accept a collection field for 
update
                 Key: CASSANDRA-6460
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6460
             Project: Cassandra
          Issue Type: Improvement
          Components: Tools
            Reporter: Laura Adney


Currently in sstableloader (Cassandra version 1.2) there is not a way to 
specify an action for a field that is a collection.  So an update parameter 
might be useful in some cases where you dont want to overwrite the collection 
in a row, but you want to add what ever is coming in, into the collection.

So in cqlsh you would do:
UPDATE users
  SET emails = emails + {'[email protected]'} WHERE user_id = 'frodo';

Is there a way to emulate that with the bulk loader?



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to