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


##########
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:
   the caller that adds this metadata is in 
`org.apache.cassandra.service.accord.txn.TxnUpdate#apply` which is *given* a 
`Data data`, I don't think I can override it here?



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