Re: CQL error when adding multiple conditional update statements in the same batch

2015-10-08 Thread Peddi, Praveen
e.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Thursday, October 8, 2015 at 4:41 PM To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: CQL error when adding mult

Re: CQL error when adding multiple conditional update statements in the same batch

2015-10-08 Thread Peddi, Praveen
@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: CQL error when adding multiple conditional update statements in the same batch I assume you're running Cassandra 2.0? In 2.1.1 the check for "incompatible" conditions was removed (see t

Re: CQL error when adding multiple conditional update statements in the same batch

2015-10-08 Thread Tyler Hobbs
I assume you're running Cassandra 2.0? In 2.1.1 the check for "incompatible" conditions was removed (see this comment for details)

Re: CQL error when adding multiple conditional update statements in the same batch

2015-10-08 Thread sai krishnam raju potturi
could you also provide the columnfamily schema. On Thu, Oct 8, 2015 at 4:13 PM, Peddi, Praveen wrote: > Hi, > > I am trying to understand this error message that CQL is throwing when I > try to update 2 different rows with different values on same conditional > columns. Doesn't CQL support that?

CQL error when adding multiple conditional update statements in the same batch

2015-10-08 Thread Peddi, Praveen
Hi, I am trying to understand this error message that CQL is throwing when I try to update 2 different rows with different values on same conditional columns. Doesn't CQL support that? I am wondering why CQL has this restriction (since condition applies to each row independently, why does CQL e