dcapwell commented on code in PR #3954:
URL: https://github.com/apache/cassandra/pull/3954#discussion_r1985446586
##########
src/java/org/apache/cassandra/service/accord/interop/AccordInteropReadRepair.java:
##########
@@ -111,11 +112,11 @@ Object convertResponse(ReadOk ok)
private static final IVersionedSerializer<Data> noop_data_serializer = new
IVersionedSerializer<>()
{
@Override
- public void serialize(Data t, DataOutputPlus out, int version) throws
IOException {}
+ public void serialize(Data t, DataOutputPlus out, Version version)
throws IOException {}
Review Comment:
even though this could be unversioned, the usage of it uses the same class
for replies and that does have a version, so making this unversioned would
complicate `ReadDataSerializers.ReplySerializer`
--
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]