Joachim Haagen Skeie created CASSANDRA-5304:
-----------------------------------------------
Summary: Being able to delete by index
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