dcapwell commented on code in PR #4322: URL: https://github.com/apache/cassandra/pull/4322#discussion_r2283255150
########## src/java/org/apache/cassandra/service/accord/txn/TxnWrite.java: ########## @@ -80,6 +79,8 @@ public class TxnWrite extends AbstractKeySorted<TxnWrite.Update> implements Write { + public static final long NO_TIMESTAMP = -1; Review Comment: im not actually a fan of this here, i just didn't know of a better place... -- 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