I have been testing against C* 2.0.1. It turned out that the bug is
resolved in C* 2.0.2.
On Fri, Nov 15, 2013 at 12:57 PM, Robert Coli wrote:
> On Fri, Nov 15, 2013 at 7:10 AM, Mohica Jasha wrote:
>
>> Cassandra 2.0.2 does not persist the map collection when I specify an
>> if-not-exists cla
On Fri, Nov 15, 2013 at 7:10 AM, Mohica Jasha wrote:
> Cassandra 2.0.2 does not persist the map collection when I specify an
> if-not-exists clause in the insert operation:
>
> cqlsh:mohica>CREATE TABLE simple (id1 TEXT, ,my_map MAP TEXT>,PRIMARY KEY (id1));
> cqlsh:mohica>INSERT INTO simple(id1,m
Cassandra 2.0.2 does not persist the map collection when I specify an
if-not-exists clause in the insert operation:
cqlsh:mohica>CREATE TABLE simple (id1 TEXT, ,my_map MAP,PRIMARY
KEY (id1));
cqlsh:mohica>INSERT INTO simple(id1,my_map) VALUES
('id1',{'a1':'b1','a2':'b1'}) if not exists;
[applied