adelapena commented on a change in pull request #473: Cassandra 15369
URL: https://github.com/apache/cassandra/pull/473#discussion_r404756459
##########
File path:
test/unit/org/apache/cassandra/db/partition/PartitionImplementationTest.java
##########
@@ -319,26 +318,30 @@ private void testIter(Supplier<Collection<? extends
Unfiltered>> contentSupplier
testSlicingOfIterators(sortedContent, partition, cf, true);
}
- void testSearchIterator(NavigableSet<Clusterable> sortedContent, Partition
partition, ColumnFilter cf, boolean reversed)
+ void testClusteringsIterator(NavigableSet<Clusterable> sortedContent,
Partition partition, ColumnFilter cf, boolean reversed)
Review comment:
Nit: could be private
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]