Vladsz83 commented on code in PR #11650: URL: https://github.com/apache/ignite/pull/11650#discussion_r1840367767
########## modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/TreeIndexIterable.java: ########## @@ -154,9 +114,7 @@ private void advance() throws IgniteCheckedException { return; while (next == null && cursor.next()) { - IdxRow idxRow = cursor.get(); - - next = indexRow2Row(idxRow); + next = cursor.get(); Review Comment: The brackets aren't required any more -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org