sk0x50 commented on code in PR #6950:
URL: https://github.com/apache/ignite-3/pull/6950#discussion_r2518500685
##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/api/ItSqlSynchronousApiTest.java:
##########
@@ -136,6 +136,20 @@ public void cancelBatch() throws InterruptedException {
});
}
+ @Test
+ void closeCursorWithoutReadingAllPages() {
Review Comment:
Perhaps, I am missing something important, but.. I don't see any assertions
in this test.
How do you verify that prefetching isn't used?
--
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]