aweisberg commented on code in PR #3777:
URL: https://github.com/apache/cassandra/pull/3777#discussion_r1915499237


##########
src/java/org/apache/cassandra/db/partitions/UnfilteredPartitionIterators.java:
##########
@@ -320,6 +330,17 @@ public UnfilteredRowIterator 
applyToPartition(UnfilteredRowIterator partition)
         return Transformation.apply(iterator, new Logging());
     }
 
+    public static void log(UnfilteredPartitionIterator partitions, String id, 
boolean fullDetails)

Review Comment:
   It's not guaranteed that the iterator will be fully consumed once limits and 
other merging is done.



-- 
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]

Reply via email to