dcapwell commented on code in PR #4202:
URL: https://github.com/apache/cassandra/pull/4202#discussion_r2151002903
##########
src/java/org/apache/cassandra/schema/TableId.java:
##########
@@ -402,6 +404,27 @@ public long serializedSize(TableId t, int version)
}
};
+ public static final UnversionedSerializer<TableId>
compactComparableSerializer = new UnversionedSerializer<TableId>()
Review Comment:
when working with lists having fields rather than a serializer causes
duplicate code, so created this serializer to be reused with collection
serializer
--
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]