Skip to content

Commit 613e34d

Browse files
committed
wip
1 parent dddc9d8 commit 613e34d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/core/src/main/java/org/apache/ignite/internal/sql/SyncResultSetAdapter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ private static class IteratorImpl<T> implements Iterator<T> {
110110

111111
IteratorImpl(AsyncResultSet<T> ars) {
112112
curRes = ars;
113+
curPage = ars.currentPage().iterator();
113114
}
114115

115116
@Override

0 commit comments

Comments
 (0)