aweisberg commented on code in PR #4508:
URL: https://github.com/apache/cassandra/pull/4508#discussion_r2586160654
##########
src/java/org/apache/cassandra/db/Mutation.java:
##########
@@ -681,6 +681,20 @@ public Pair<DecoratedKey, TableMetadata>
deserializeKeyAndTableMetadata(DataInpu
return PartitionUpdate.serializer.deserializeMetadataAndKey(in,
version, flag);
}
+ public TableId deserializeTableId(DataInputBuffer in, int version,
DeserializationHelper.Flag flag) throws IOException
+ {
+ if (version >= VERSION_51)
+ in.skipBytes(1); // potentialTxnConflicts
Review Comment:
It's a flags field not just `potentialTxnConflicts`
--
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]