maedhroz commented on code in PR #2049:
URL: https://github.com/apache/cassandra/pull/2049#discussion_r1061892337
##########
src/java/org/apache/cassandra/service/accord/txn/TxnDataName.java:
##########
@@ -221,6 +243,7 @@ public long serializedSize(TxnDataName t, int version)
int size = Byte.BYTES + sizeofUnsignedVInt(t.parts.length);
for (String part : t.parts)
size += TypeSizes.sizeof(part);
+ size += serializedNullableSize(t.clustering, version,
clusteringPrefixSerializer);
Review Comment:
Aside: One of the items I have in the Alpha -> v1 TODO list is changing the
internal representation of `parts` to not force converting everything to
`String`
--
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]