dcapwell commented on code in PR #4322:
URL: https://github.com/apache/cassandra/pull/4322#discussion_r2283246133


##########
src/java/org/apache/cassandra/cql3/statements/ModificationStatement.java:
##########
@@ -944,14 +952,16 @@ public TxnWrite.Fragment getTxnWriteFragment(int index, 
ClientState state, Query
     {
         PartitionUpdate baseUpdate = getTxnUpdate(state, options);
         TxnReferenceOperations referenceOps = getTxnReferenceOps(options, 
state);
-        return new TxnWrite.Fragment(partitionKey, index, baseUpdate, 
referenceOps);
+        long timestamp = attrs.isTimestampSet() ? 
attrs.getTimestamp(TxnWrite.NO_TIMESTAMP, options) : TxnWrite.NO_TIMESTAMP;

Review Comment:
   i don't recall if this was due to multi row or the list cellpath stuff, but 
it does require a serializer change so kept with this patch



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to