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)