You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/05/20 17:13:50 UTC

[GitHub] [cassandra] jasonstack commented on a change in pull request #493: CASSANDRA-8272 trunk Fix replica-side filtering

jasonstack commented on a change in pull request #493:
URL: https://github.com/apache/cassandra/pull/493#discussion_r428176529



##########
File path: src/java/org/apache/cassandra/db/partitions/PartitionIterators.java
##########
@@ -83,6 +83,18 @@ public static PartitionIterator singletonIterator(RowIterator iterator)
         return new SingletonPartitionIterator(iterator);
     }
 
+    public static void consume(PartitionIterator iterator)

Review comment:
       do we need to close the given iterator?




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org