korlov42 commented on code in PR #3525:
URL: https://github.com/apache/ignite-3/pull/3525#discussion_r1549500602
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/SqlQueryProcessor.java:
##########
@@ -549,17 +550,6 @@ private CompletableFuture<QueryMetadata>
prepareSingleAsync0(
return prepareParsedStatement(schemaName, result, timestamp,
queryCancel, params)
.thenApply(plan -> new QueryMetadata(plan.metadata(),
plan.parameterMetadata()));
});
-
- // TODO IGNITE-20078 Improve (or remove) CancellationException
handling.
Review Comment:
yes, it looks not relevant anymore
--
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]