dcapwell commented on a change in pull request #31:
URL:
https://github.com/apache/cassandra-in-jvm-dtest-api/pull/31#discussion_r797812723
##########
File path:
src/main/java/org/apache/cassandra/distributed/api/SimpleQueryResult.java
##########
@@ -59,7 +60,7 @@
* points to newer data. If this behavior is not desirable and access is
needed between calls, then {@link Row#copy()}
* should be used; this will clone the {@link Row} and return a new object
pointing to the same data.
*/
-public class SimpleQueryResult implements QueryResult
+public class SimpleQueryResult implements QueryResult, Iterable<Row>
Review comment:
I keep wanting this... so figured add here
--
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]