[
https://issues.apache.org/jira/browse/CASSANDRA-7053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973616#comment-13973616
]
Mikhail Stepura commented on CASSANDRA-7053:
--------------------------------------------
There are a couple of places in {{executeWithConditions}} which use {{now}}
instead {{timestam}}, though. Should those be fixed as well?
{code}
....
conditions = new CQL3CasConditions(statement.cfm, now);
...
UpdateParameters params =
statement.makeUpdateParameters(Collections.singleton(key), clusteringPrefix,
statementVariables, false, cl, now);
{code}
> USING TIMESTAMP for batches does not work
> -----------------------------------------
>
> Key: CASSANDRA-7053
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7053
> Project: Cassandra
> Issue Type: Bug
> Reporter: Robert Supencheck
> Assignee: Mikhail Stepura
> Labels: cqlsh
> Attachments: cassandra-2.0-7053.patch
>
>
> When using the "USING TIMESTAMP <timestamp>" syntax for a batch statement,
> the supplied timestamp is ignored.
--
This message was sent by Atlassian JIRA
(v6.2#6252)