ekaterinadimitrova2 commented on code in PR #2655:
URL: https://github.com/apache/cassandra/pull/2655#discussion_r1329441505
##########
src/java/org/apache/cassandra/cql3/TokenRelation.java:
##########
@@ -206,9 +194,9 @@ private static List<? extends ColumnSpecification>
toReceivers(TableMetadata tab
}
ColumnMetadata firstColumn = columnDefs.get(0);
- return Collections.singletonList(new
ColumnSpecification(firstColumn.ksName,
Review Comment:
KATE: check! This was immutable list of one element that was serializable.
Now this is mutable....?
--
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]