[
https://issues.apache.org/jira/browse/CASSANDRA-2614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13030160#comment-13030160
]
Ryan King commented on CASSANDRA-2614:
--------------------------------------
I don't think this is feasible to do robustly. Several problems
1. If a column is initially created as a counter, but a non-counter insert
comes through what do we do? We can't give the inserter an error unless we
introduce reads in the write path.
2. The write path is somewhat different for the two kinds of columns. Counters
don't really respect CLs the same way normal columns do.
> create Column and CounterColumn in the same column family
> ---------------------------------------------------------
>
> Key: CASSANDRA-2614
> URL: https://issues.apache.org/jira/browse/CASSANDRA-2614
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Reporter: Dave Rav
> Assignee: Sylvain Lebresne
> Priority: Minor
> Fix For: 0.8.1
>
>
> create Column and CounterColumn in the same column family
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira