dcapwell commented on code in PR #4079: URL: https://github.com/apache/cassandra/pull/4079#discussion_r2038428042
########## src/java/org/apache/cassandra/db/transform/FilteredPartitions.java: ########## @@ -25,7 +25,6 @@ import org.apache.cassandra.db.partitions.UnfilteredPartitionIterator; import org.apache.cassandra.db.rows.RowIterator; -// TODO (review): Why was this final? public class FilteredPartitions extends BasePartitions<RowIterator, BasePartitionIterator<?>> implements PartitionIterator Review Comment: as far as i could tell this could still be `final`, but since the TODO above wasn't answered in the review, i just removed it to simplify the diff -- 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]

