belliottsmith commented on code in PR #4518:
URL: https://github.com/apache/cassandra/pull/4518#discussion_r2606125145


##########
src/java/org/apache/cassandra/service/accord/txn/TxnDataValue.java:
##########
@@ -41,22 +43,27 @@ interface TxnDataValueSerializer<T extends TxnDataValue> 
extends IVersionedSeria
     enum Kind
     {
         key(0),
-        range(1);
+        range(1),
+        message(2);

Review Comment:
   Why are we embdedding it in `TxnData` rather than making a new kind of 
`TxnResult`?



-- 
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]

Reply via email to