You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sebastian Estevez (JIRA)" <ji...@apache.org> on 2015/03/26 01:47:53 UTC

[jira] [Created] (CASSANDRA-9043) Improve COPY command to work with Counter columns

Sebastian Estevez created CASSANDRA-9043:
--------------------------------------------

             Summary: Improve COPY command to work with Counter columns
                 Key: CASSANDRA-9043
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9043
             Project: Cassandra
          Issue Type: New Feature
            Reporter: Sebastian Estevez


Noticed today that the copy command doesn't work with counter column tables.

This makes sense given that we need to use UPDATE instead of INSERT with counters.

Given that we're making improvements in the COPY command in 3.0 with CASSANDRA-7405, can we also tweak it to work with counters?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)