zstan commented on code in PR #12749:
URL: https://github.com/apache/ignite/pull/12749#discussion_r2832952414


##########
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/IgniteCacheQueryStopOnCancelOrTimeoutDistributedJoinSelfTest.java:
##########
@@ -91,7 +90,7 @@ public void testTimeout4() throws Exception {
     /** */
     private void testQueryCancel(Ignite ignite, String cacheName, String sql, 
int timeoutUnits, TimeUnit timeUnit,
                            boolean timeout, boolean checkCanceled) throws 
Exception {
-        SqlFieldsQuery qry = new SqlFieldsQuery(sql).setDistributedJoins(true);
+        SqlFieldsQuery qry = new 
SqlFieldsQuery(sql).setDistributedJoins(true);;

Review Comment:
   done



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