You wouldn't be able to do that query with that schema in any version of
Cassandra. Here's the output from 2.1:
cqlsh> create KEYSPACE test WITH replication = {'class': 'SimpleStrategy',
'replication_factor': 1};
cqlsh> use test;
cqlsh:test> create table if not exists persistent_map (
...
We just upgraded our cluster to version 3.3 and I am not able to run select or
delete statements using partial partition keys in where clause.
It asks me to provide all the partition keys.
But I have only partial partition key info (1 out of two columns) when running
a select.
Is there any wor