ifesdjeen commented on code in PR #3689:
URL: https://github.com/apache/cassandra/pull/3689#discussion_r1849954263
##########
src/java/org/apache/cassandra/cql3/statements/ModificationStatement.java:
##########
@@ -837,10 +837,12 @@ public List<? extends IMutation> getMutations(ClientState
state,
return collector.toMutations(state, local);
}
- @VisibleForTesting
public PartitionUpdate getTxnUpdate(ClientState state, QueryOptions
options)
{
List<? extends IMutation> mutations = getMutations(state, options,
false, 0, 0, new Dispatcher.RequestTime(0, 0), true);
+ // TODO: Temporary fix for CASSANDRA-20079d
Review Comment:
This is just here to make sure there is nothing hiding. We need a proper fix
outside 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]