alex-plekhanov commented on code in PR #13089:
URL: https://github.com/apache/ignite/pull/13089#discussion_r3187189888
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/rel/RootNode.java:
##########
@@ -205,8 +204,6 @@ public UUID queryId() {
/** {@inheritDoc} */
@Override public boolean hasNext() {
- checkException();
Review Comment:
We can return to user rows that was produced before query was cancelled. For
example, if user want just one row.
--
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]