tledkov-gridgain commented on a change in pull request #648:
URL: https://github.com/apache/ignite-3/pull/648#discussion_r803649013



##########
File path: 
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExecutionServiceImpl.java
##########
@@ -638,6 +423,10 @@ private void onMessage(String nodeId, QueryStartRequest 
msg) {
 
                 e.addSuppressed(ex);
 
+                Query<?> qry = (Query<?>) queryRegistry.query(msg.queryId());

Review comment:
       Redundant cast to `Query`




-- 
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]


Reply via email to