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

Stefania commented on CASSANDRA-9043:
-------------------------------------

Thank you for the test. I've verified it passes locally on my box, provided the 
table name is fixed. I believe Jim and Philip are reviewing other parts of the 
test so I'll leave it to them to merge the PR when ready.

The cqlsh patch is +1. I've rebased it due to a largish commit that's just gone 
in and it can be found here:

https://github.com/stef1927/cassandra/tree/9043-2.1 (casandra-2.1)
https://github.com/stef1927/cassandra/tree/9043-2.2 (casandra-2.2)
https://github.com/stef1927/cassandra/tree/9043-3.0 (casandra-3.0)
https://github.com/stef1927/cassandra/tree/9043-3.1 (casandra-3.1)
https://github.com/stef1927/cassandra/tree/9043 (trunk)

The patch applies automatically from 2.2 onward however, so only 2.1 and 2.2 
are relevant to the committer. 

I've only started continuous integration on 2.1, 2.2 and 3.0 because the cqlsh 
differences since 3.0 are almost nil:

http://cassci.datastax.com/job/stef1927-9043-2.1-dtest/
http://cassci.datastax.com/job/stef1927-9043-2.2-dtest/
http://cassci.datastax.com/job/stef1927-9043-3.0-dtest/

Once the results are available I will post another update and if there are no 
unexpected failures I'll flag this ticket as ready to commit.


> Improve COPY command to work with Counter columns
> -------------------------------------------------
>
>                 Key: CASSANDRA-9043
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9043
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Sebastian Estevez
>            Assignee: ZhaoYang
>            Priority: Minor
>              Labels: lhf
>             Fix For: 3.x
>
>         Attachments: CASSANDRA-9043-2.1.8.patch, CASSANDRA-9043-trunk.patch
>
>
> 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)

Reply via email to