maedhroz commented on code in PR #2935:
URL: https://github.com/apache/cassandra/pull/2935#discussion_r1497895109
##########
src/java/org/apache/cassandra/service/reads/ReplicaFilteringProtection.java:
##########
@@ -197,6 +198,9 @@ public UnfilteredRowIterators.MergeListener
getRowMergeListener(DecoratedKey par
for (int i = 0; i < sources.size(); i++)
builders.add(i, new PartitionBuilder(partitionKey,
sources.get(i), columns, stats));
+ boolean[] silentRowAt = new boolean[builders.size()];
+ boolean[] silentColumnAt = new boolean[builders.size()];
Review Comment:
Agree. Will add that.
--
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]