ivandasch commented on code in PR #11613:
URL: https://github.com/apache/ignite/pull/11613#discussion_r1812109557
##########
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java:
##########
@@ -989,7 +989,8 @@ private GridQueryNextPageResponse prepareNextPage(
page == 0 ? res.rowCount() : -1,
res.columnCount(),
loc ? null : toMessages(rows, new
ArrayList<>(res.columnCount()), res.columnCount()),
- loc ? rows : null,
+ // TODO: reqduce extra copying
Review Comment:
Let's change "reqduce" to "reduce"
--
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]