[
https://issues.apache.org/jira/browse/CASSANDRA-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylvain Lebresne updated CASSANDRA-5304:
----------------------------------------
Summary: Support 2ndary indexed columns in UPDATE and DELETE (was: Clarify
error message when delete predicate does not specify the PK)
> Support 2ndary indexed columns in UPDATE and DELETE
> ---------------------------------------------------
>
> Key: CASSANDRA-5304
> URL: https://issues.apache.org/jira/browse/CASSANDRA-5304
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.2.2
> Reporter: Joachim Haagen Skeie
> Priority: Minor
>
> I have a Column Family with the following index:
> CREATE INDEX live_stat_is_calculated ON live_statistics (iscalculated)
> Then, I would like to delete records based on this index via CQL3 query:
> delete from live_statistics where iscalculated = true;
> But Cassandra returns the following error:
> PRIMARY KEY part iscalculated found in SET part
--
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