jacek-lewandowski commented on code in PR #2427: URL: https://github.com/apache/cassandra/pull/2427#discussion_r1239432928
########## src/java/org/apache/cassandra/service/accord/txn/TxnUpdate.java: ########## @@ -57,7 +56,7 @@ import static org.apache.cassandra.utils.ByteBufferUtil.serializedSizeWithVIntLength; import static org.apache.cassandra.utils.ByteBufferUtil.writeWithVIntLength; -public class TxnUpdate implements Update Review Comment: I made this change temporarily to make sure `TxnUpdate` is not used anywhere. Anyway, why would we want to use it? I suppose it could complicate the logic as we would have to deal with single and multiple conditions separately -- 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]

