smiklosovic commented on code in PR #1683:
URL: https://github.com/apache/cassandra/pull/1683#discussion_r1116869588
##########
src/java/org/apache/cassandra/service/DataResolver.java:
##########
@@ -248,13 +256,22 @@ private PartitionIterator resolveInternal(ResolveContext
context,
: Transformation.apply(counted, new EmptyPartitionsDiscarder());
}
- private class RepairMergeListener implements
UnfilteredPartitionIterators.MergeListener
+ @VisibleForTesting
+ class RepairMergeListener implements
UnfilteredPartitionIterators.MergeListener
Review Comment:
I had to make this to make in instance of it in the test.
--
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]