timoninmaxim commented on code in PR #12394:
URL: https://github.com/apache/ignite/pull/12394#discussion_r2650583394


##########
modules/core/src/main/java/org/apache/ignite/internal/QueryMXBeanImpl.java:
##########
@@ -173,7 +175,9 @@ private static class CancelScan implements 
IgniteClosure<T3<UUID, String, Long>,
                 return null;
             }
 
-            ctx.queries().removeQueryResult(arg.get1(), arg.get3());
+            ((GridCacheDistributedQueryManager)ctx.queries()).

Review Comment:
   A dot should be first symbol in a line.



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