You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Mikhail Stepura (JIRA)" <ji...@apache.org> on 2014/04/22 18:52:17 UTC

[jira] [Created] (CASSANDRA-7067) Refuse CAS batch that have a 'USING TIMESTAMP'

Mikhail Stepura created CASSANDRA-7067:
------------------------------------------

             Summary: Refuse CAS batch that have a 'USING TIMESTAMP'
                 Key: CASSANDRA-7067
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7067
             Project: Cassandra
          Issue Type: Sub-task
            Reporter: Mikhail Stepura
            Priority: Minor


Cassandra must refuse  BATCHes with {{TIMESTMAP}}, if they contain a CAS statement(s). Like this one:
{code}
BEGIN BATCH USING TIMESTAMP 1111111111111111
INSERT INTO users (id, firstname, lastname) VALUES (999, 'Jack', 'Sparrow')  IF NOT EXISTS
APPLY BATCH
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)